Przeglądaj źródła

Added missing constant to build config.

Mr.doob 6 lat temu
rodzic
commit
ab130804c7
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      rollup.config.js

+ 1 - 0
rollup.config.js

@@ -39,6 +39,7 @@ function glconstants() {
 		SCISSOR_TEST: 3089,
 		UNPACK_ALIGNMENT: 3317,
 		MAX_TEXTURE_SIZE: 3379,
+		DEPTH24_STENCIL8: 35056,
 		TEXTURE_2D: 3553,
 		BYTE: 5120,
 		UNSIGNED_BYTE: 5121,