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

ShaderWarmupSetup.vdecl

Cambiar al Manual
public VertexAttributeDescriptor[] vdecl ;

Descripción

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.