Class ResourceGroupLayout
public class ResourceGroupLayout
- Inheritance
-
ResourceGroupLayout
- Derived
Fields
ConstantBufferHash
public ObjectId ConstantBufferHash
Field Value
ConstantBufferReflection
public EffectConstantBufferDescription ConstantBufferReflection
Field Value
ConstantBufferSize
public int ConstantBufferSize
Field Value
DescriptorSetLayout
public DescriptorSetLayout DescriptorSetLayout
Field Value
DescriptorSetLayoutBuilder
public DescriptorSetLayoutBuilder DescriptorSetLayoutBuilder
Field Value
Hash
public ObjectId Hash
Field Value
Methods
New(GraphicsDevice, ResourceGroupDescription, EffectBytecode)
public static ResourceGroupLayout New(GraphicsDevice graphicsDevice, ResourceGroupDescription resourceGroupDescription, EffectBytecode effectBytecode)
Parameters
graphicsDevice
GraphicsDeviceresourceGroupDescription
ResourceGroupDescriptioneffectBytecode
EffectBytecode
Returns
New<T>(GraphicsDevice, ResourceGroupDescription, EffectBytecode)
public static ResourceGroupLayout New<T>(GraphicsDevice graphicsDevice, ResourceGroupDescription resourceGroupDescription, EffectBytecode effectBytecode) where T : ResourceGroupLayout, new()
Parameters
graphicsDevice
GraphicsDeviceresourceGroupDescription
ResourceGroupDescriptioneffectBytecode
EffectBytecode
Returns
Type Parameters
T