Private
_shaderCache
_shaderCache: {
[shaderName: string]: {
fragment: string;
fragmentMacroVariables: string[];
vertex: string;
vertexMacroVariables: string[];
};
} = {}
Type declaration
-
[shaderName: string]: {
fragment: string;
fragmentMacroVariables: string[];
vertex: string;
vertexMacroVariables: string[];
}
-
fragment: string
-
fragmentMacroVariables: string[]
-
vertex: string
-
vertexMacroVariables: string[]
渲染代码库