Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


vdecl

The vertex data layout to use when prewarming shader variants.
Read time 1 minuteLast updated 11 days ago

Definition

public VertexAttributeDescriptor[] vdecl

Remarks

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.