vdecl
The vertex data layout to use when prewarming shader variants.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Experimental.Rendering
- Assembly: UnityEngine.CoreModule
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.