@feng3d/render-api - v0.0.13
Preparing search index...
VertexState
Interface VertexState
顶点着色器阶段描述。
interface
VertexState
{
code
?:
string
;
glsl
?:
string
;
wgsl
?:
string
;
}
Index
Properties
code?
glsl?
wgsl?
Properties
Optional
Readonly
code
code
?:
string
着色器代码。
Optional
Readonly
glsl
glsl
?:
string
GLSL着色器代码。适用于WebGL。
Optional
Readonly
wgsl
wgsl
?:
string
WGSL着色器代码。适用于WebGPU。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
glsl
wgsl
@feng3d/render-api - v0.0.13
Loading...
顶点着色器阶段描述。