IndexBufferDescription Members
Represents an index buffer.
The following tables list the members exposed by the IndexBufferDescription type.
Public Properties
Name | Description | |
---|---|---|
Is16BitIndices | Gets a value indicating whether the index buffer has 16-bit indices or 32-bit indices. | |
Pool | Gets a value indicating the class of memory allocated for the current index buffer. | |
Size | Gets the size of the index buffer. | |
Type | Gets a value that identifies the current resource as an index buffer. | |
Usage | Gets values that specify usage for the current resource. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Top
See Also
Reference
IndexBufferDescription Structure
Microsoft.WindowsMobile.DirectX.Direct3D Namespace