This version of Unity is unsupported.

DOTSInstancingCbuffer

struct in Unity.Rendering.HybridV2

/

Implemented in:UnityEngine.CoreModule

Description

Reflection data for a DOTS instancing constant buffer.

This is an experimental API for use by the Hybrid Renderer package. It is not intended for any other purpose.

Properties

CbufferIndexThe index of this constant buffer in the list of constant buffers returned by HybridV2ShaderReflection.GetDOTSInstancingCbuffers.
NameIDThe value returned by Shader.PropertyToID for the name of this constant buffer.
SizeBytesThe size of this constant buffer in bytes.