Struct LogicalGroup
Defines a group of descriptors and cbuffer range that are updated together.
It can be declared in shader using the syntax cbuffer PerView.LogicalGroupName
(also works with rgroup
).
public struct LogicalGroup
- Inherited Members
Fields
ConstantBufferMemberCount
public int ConstantBufferMemberCount
Field Value
ConstantBufferMemberStart
public int ConstantBufferMemberStart
Field Value
ConstantBufferOffset
public int ConstantBufferOffset
Field Value
ConstantBufferSize
public int ConstantBufferSize
Field Value
DescriptorEntryCount
public int DescriptorEntryCount
Field Value
DescriptorEntryStart
public int DescriptorEntryStart
Field Value
DescriptorSlotCount
public int DescriptorSlotCount
Field Value
DescriptorSlotStart
public int DescriptorSlotStart
Field Value
Hash
public ObjectId Hash