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

ShaderWarmupSetup.vdecl

切换到手册
public VertexAttributeDescriptor[] vdecl ;

描述

The vertex data layout to use when prewarming shader variants.

For information on shader loading and prewarming, including a list of different prewarming techniques, see Shader loading.

On modern graphics APIs, such as DX12, Metal, and Vulkan, the graphics driver uses the vertex data layout when it creates shader progams. Use this to correctly prewarm shader variants for these graphics APIs.

See Also: VertexAttributeDescriptor, ShaderWarmup, Shader loading