IndexBuffer Constructor
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Initializes a new instance of the IndexBuffer class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IndexBuffer(Device, Int32, Usage, Pool, Boolean) | Initializes a new instance of the IndexBuffer class. | |
IndexBuffer(Type, Int32, Device, Usage, Pool) | Initializes a new instance of the IndexBuffer class. |
Top