Device.VertexFormat Property |
Language: |
Retrieves or sets the supported flexible vertex formats.
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.
A VertexFormats object that represents the current flexible vertex format values or the flexible vertex format values to set.
The fixed vertex function declaration is a set of flexible vertex format (FVF) flags that determine how vertices processed by the fixed function pipeline are used. For more information, see Processing Vertex Data.
Exceptions
InvalidCallException Occurs if the method call is invalid. For example, a parameter might contain an invalid value.
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