Added UNSIGNED_INT to ActiveUniformType enum. Fixes issue [#2077]: "Add UnsignedInt to ActiveUniformType".

This commit is contained in:
the_fiddler 2010-10-13 20:43:04 +00:00
parent 4e8c643c39
commit f8cd5879b1

View file

@ -897,6 +897,7 @@
<token name="SAMPLER_BUFFER" value="0x8DC2" />
<token name="SAMPLER_CUBE" value="0x8B60" />
<token name="SAMPLER_CUBE_SHADOW" value="0x8DC5" />
<use enum="DataType" token="UNSIGNED_INT" />
<token name="UNSIGNED_INT_SAMPLER_1D" value="0x8DD1" />
<token name="UNSIGNED_INT_SAMPLER_1D_ARRAY" value="0x8DD6" />
<token name="UNSIGNED_INT_SAMPLER_2D" value="0x8DD2" />