Class EffectDescriptorSetReflection
public class EffectDescriptorSetReflection
- Inheritance
-
EffectDescriptorSetReflection
Methods
AddLayout(string, DescriptorSetLayoutBuilder)
public void AddLayout(string descriptorSetName, DescriptorSetLayoutBuilder descriptorSetLayoutBuilder)
Parameters
descriptorSetName
stringdescriptorSetLayoutBuilder
DescriptorSetLayoutBuilder
GetLayout(string)
public DescriptorSetLayoutBuilder GetLayout(string name)
Parameters
name
string
Returns
GetLayoutIndex(string)
public int GetLayoutIndex(string name)
Parameters
name
string
Returns
New(GraphicsDevice, EffectBytecode, List<string>, string)
public static EffectDescriptorSetReflection New(GraphicsDevice graphicsDevice, EffectBytecode effectBytecode, List<string> effectDescriptorSetSlots, string defaultSetSlot)
Parameters
graphicsDevice
GraphicsDeviceeffectBytecode
EffectBytecodeeffectDescriptorSetSlots
List<string>defaultSetSlot
string