On this page

Type Alias PreparedShader

type PreparedShader = {
    fragmentSource: string;
    staticAttributes: string[];
    staticUniforms: string[];
    vertexSource: string;
}
Index

Properties

fragmentSource: string
staticAttributes: string[]
staticUniforms: string[]
vertexSource: string
Was this helpful?
SDK JS
Reference
PreparedShader