3 using System.Diagnostics;
4 using SiliconStudio.Core;
5 using SiliconStudio.Core.Serialization;
7 namespace SiliconStudio.
Paradox.Shaders
13 [DebuggerDisplay(
"[{Stage}] cbuffer {Name} : {Size} bytes")]
Describes a shader parameter for a valuetype (usually stored in constant buffers).
int Size
The size in bytes.
ConstantBufferType Type
The type of constant buffer.
Description of a constant buffer.
ShaderStage Stage
The stage from where this constant buffer is used.
ConstantBufferType
Describes the type of constant buffer.
EffectParameterValueData[] Members
The members of this constant buffer.
string Name
The name of this constant buffer.
ShaderStage
Enum to specify shader stage.