IndexBufferBinding Class
Namespace: Stride.Graphics
Assembly: Stride.Graphics.dll
System.Object →
IndexBufferBinding
Derived from IndexBufferBinding:
[DataSerializer(typeof(IndexBufferBinding.Serializer))]
public class IndexBufferBinding
|
Improve this Doc
View Source
Constructors
IndexBufferBinding(Buffer, Boolean, Int32, Int32)
public IndexBufferBinding(Buffer indexBuffer, bool is32Bit, int count, int indexOffset = 0)
Parameters
Type |
Name |
Description |
Buffer |
indexBuffer |
|
System.Boolean |
is32Bit |
|
System.Int32 |
count |
|
System.Int32 |
indexOffset |
|
|
Improve this Doc
View Source
Properties
Buffer
public Buffer Buffer { get; }
Property Value
Count
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Is32Bit
public bool Is32Bit { get; }
Property Value
Type |
Description |
System.Boolean |
|
Offset
public int Offset { get; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods