Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ShaderData.ConstantBufferInfo

Provides resource layout information about a shader constant buffer.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Struct
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public struct ShaderData.ConstantBufferInfo

Properties

Property

Description

FieldsThe fields in this constant buffer (Read Only).
NameThe name of this constant buffer (Read Only).
SizeThe size (in bytes) of this constant buffer (Read Only).