|
@@ -476,7 +476,7 @@ function getSingularSetter( type ) {
|
|
case 0x8b5c: return setValue4fm; // _MAT4
|
|
case 0x8b5c: return setValue4fm; // _MAT4
|
|
|
|
|
|
case 0x8b5e: case 0x8d66: return setValueT1; // SAMPLER_2D, SAMPLER_EXTERNAL_OES
|
|
case 0x8b5e: case 0x8d66: return setValueT1; // SAMPLER_2D, SAMPLER_EXTERNAL_OES
|
|
- case 0x8B5F: return setValueT3D1; // SAMPLER_3D
|
|
|
|
|
|
+ case 0x8b5f: return setValueT3D1; // SAMPLER_3D
|
|
case 0x8b60: return setValueT6; // SAMPLER_CUBE
|
|
case 0x8b60: return setValueT6; // SAMPLER_CUBE
|
|
|
|
|
|
case 0x1404: case 0x8b56: return setValue1i; // INT, BOOL
|
|
case 0x1404: case 0x8b56: return setValue1i; // INT, BOOL
|