VertexBufferDescription.VertexFormat Property |
Language: |
Retrieves or sets a combination of VertexFormats enumeration values that describe the vertex format of the vertices in the current buffer.
Visual Basic Public Property VertexFormat As VertexFormats C# public VertexFormats VertexFormat { get; set; } C++ public:
property VertexFormats VertexFormat {
VertexFormats get();
void set(VertexFormats value);
}JScript public function get VertexFormat() : VertexFormats
public function set VertexFormat(VertexFormats);
Microsoft.DirectX.Direct3D.VertexFormats
This property is read/write.
Values of the VertexFormats enumeration to set or retrieve.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center