EffectDescriptorSetReflection Class
Namespace: Stride.Graphics
Assembly: Stride.Graphics.dll
System.Object →
EffectDescriptorSetReflection
Derived from EffectDescriptorSetReflection:
public class EffectDescriptorSetReflection
|
Improve this Doc
View Source
Methods
AddLayout(String, DescriptorSetLayoutBuilder)
public void AddLayout(string descriptorSetName, DescriptorSetLayoutBuilder descriptorSetLayoutBuilder)
Parameters
GetLayout(String)
public DescriptorSetLayoutBuilder GetLayout(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
GetLayoutIndex(String)
public int GetLayoutIndex(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Int32 |
|
New(GraphicsDevice, EffectBytecode, List<String>, String)
public static EffectDescriptorSetReflection New(GraphicsDevice graphicsDevice, EffectBytecode effectBytecode, List<string> effectDescriptorSetSlots, string defaultSetSlot)
Parameters
Type |
Name |
Description |
GraphicsDevice |
graphicsDevice |
|
EffectBytecode |
effectBytecode |
|
System.Collections.Generic.List<System.String> |
effectDescriptorSetSlots |
|
System.String |
defaultSetSlot |
|
Returns
Extension Methods