Class SdkMeshIndexBuffer
Inheritance
SdkMeshIndexBuffer
Assembly: JeremyAnsel.DirectX.SdkMesh.dll
Syntax
public sealed class SdkMeshIndexBuffer
Properties
|
Edit this page
View Source
Buffer
Declaration
public D3D11Buffer Buffer { get; }
Property Value
Type |
Description |
D3D11Buffer |
|
|
Edit this page
View Source
Declaration
public DxgiFormat IndexFormat { get; }
Property Value
Type |
Description |
DxgiFormat |
|
|
Edit this page
View Source
NumIndices
Declaration
public int NumIndices { get; }
Property Value
|
Edit this page
View Source
SizeBytes
Declaration
public uint SizeBytes { get; }
Property Value
Methods
|
Edit this page
View Source
Release()
Declaration