Class SdkMeshVertexBuffer
Inheritance
SdkMeshVertexBuffer
Assembly: JeremyAnsel.DirectX.SdkMesh.dll
Syntax
public sealed class SdkMeshVertexBuffer
Properties
|
Edit this page
View Source
Buffer
Declaration
public D3D11Buffer? Buffer { get; }
Property Value
| Type |
Description |
| D3D11Buffer |
|
|
Edit this page
View Source
Decl
Declaration
[SuppressMessage("Performance", "CA1819:Les propriétés ne doivent pas retourner de tableaux", Justification = "Reviewed.")]
public D3DVertexElement[] Decl { get; }
Property Value
|
Edit this page
View Source
NumVertices
Declaration
public int NumVertices { get; }
Property Value
|
Edit this page
View Source
SizeBytes
Declaration
public uint SizeBytes { get; }
Property Value
|
Edit this page
View Source
StrideBytes
Declaration
public uint StrideBytes { get; }
Property Value
Methods
|
Edit this page
View Source
Release()
Declaration