Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ConstantBuffers

Constant buffers the compiled variant uses (Read Only). Some platforms don't have constant buffers; however, Unity reports all global constants/uniforms in a single constant buffer.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public readonly ShaderData.ConstantBufferInfo[] ConstantBuffers { get; }