Experimental: this API is experimental and might be changed or removed in the future.

ShaderWarmupSetup.vdecl

매뉴얼로 전환
public VertexAttributeDescriptor[] vdecl ;

설명

Vertex Format to be used with shader.

On some platforms vertex data layout is used during shader compilation (to generate vertex fetch instructions in the shader code), hence it is important to provide vertex format when warming up. See Also: VertexAttributeDescriptor.