Просмотр исходного кода

Add GLSL1 and GLSL3 declarations for Typescript

Jose Rojas 5 лет назад
Родитель
Сommit
57335a5fc4
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/constants.d.ts

+ 3 - 0
src/constants.d.ts

@@ -365,3 +365,6 @@ export const StreamReadUsage: Usage;
 export const StaticCopyUsage: Usage;
 export const DynamicCopyUsage: Usage;
 export const StreamCopyUsage: Usage;
+
+export const GLSL1: string;
+export const GLSL3: string;

粤ICP备19079148号