Properties
LeftOverFSUBOName
LeftOverFSUBOName: string
LeftOverVSUBOName
LeftOverVSUBOName: string
activeUniforms
activeUniforms: {
name: string;
size: number;
type: "float" | "texture2D" | "bool" | "int" | "vec2" | "vec3" | "vec4" | "mat4";
}[]
Type declaration
-
name: string
-
size: number
-
type: "float" | "texture2D" | "bool" | "int" | "vec2" | "vec3" | "vec4" | "mat4"
fagmentOut
fagmentOut: IFagmentOutLayout
uniform
uniform: IUniformLayout
varying
varying: IVaryingLayout
vertexIn
vertexIn: IVertexInLayout
着色器布局信息。