Added DEPTH_TEXTURE to visual shaders

This commit is contained in:
Chaosus
2019-07-05 11:48:31 +03:00
parent 133a07ed2d
commit 670d8127da
3 changed files with 53 additions and 2 deletions

View File

@@ -25,6 +25,8 @@
</constant>
<constant name="SOURCE_2D_NORMAL" value="3" enum="Source">
</constant>
<constant name="SOURCE_DEPTH" value="4" enum="Source">
</constant>
<constant name="TYPE_DATA" value="0" enum="TextureType">
</constant>
<constant name="TYPE_COLOR" value="1" enum="TextureType">