Home
last modified time | relevance | path

Searched refs:GLfloat (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/api/webgl/
Dwebgl.d.ts106 type GLfloat = number; alias
127 type Float32List = Float32Array | GLfloat[];
626 lineWidth(width: GLfloat): void;
629 polygonOffset(factor: GLfloat, units: GLfloat): void;
640 texParameterf(target: GLenum, pname: GLenum, param: GLfloat): void;
642 uniform1f(location: WebGLUniformLocation | null, x: GLfloat): void;
643 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void;
644 uniform3f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat): void;
645 …uniform4f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): …
652 vertexAttrib1f(index: GLuint, x: GLfloat): void;
[all …]
Dwebgl2.d.ts401 …clearBufferfi(buffer: webgl.GLenum, drawbuffer: webgl.GLint, depth: webgl.GLfloat, stencil: webgl.…
414 samplerParameterf(sampler: WebGLSampler, pname: webgl.GLenum, param: webgl.GLfloat): void;