Class EffectDescriptorSetReflection
public class EffectDescriptorSetReflection- Inheritance
- 
      objectEffectDescriptorSetReflection
Methods
AddLayout(string, DescriptorSetLayoutBuilder)
public void AddLayout(string descriptorSetName, DescriptorSetLayoutBuilder descriptorSetLayoutBuilder)Parameters
- descriptorSetNamestring
- descriptorSetLayoutBuilderDescriptorSetLayoutBuilder
GetLayout(string)
public DescriptorSetLayoutBuilder GetLayout(string name)Parameters
- namestring
Returns
GetLayoutIndex(string)
public int GetLayoutIndex(string name)Parameters
- namestring
Returns
New(GraphicsDevice, EffectBytecode, List<string>, string)
public static EffectDescriptorSetReflection New(GraphicsDevice graphicsDevice, EffectBytecode effectBytecode, List<string> effectDescriptorSetSlots, string defaultSetSlot)Parameters
- graphicsDeviceGraphicsDevice
- effectBytecodeEffectBytecode
- effectDescriptorSetSlotsList<string>
- defaultSetSlotstring