Parameter | Description |
---|---|
value | The value to construct the BufferID. |
Create a new BufferID.
Creates a BufferID from a raw value. This constructor can be used to create BufferIDs from handles or pointers.
The value is implementation-specific and can represent:
Note: This is an advanced feature that permits unsafe code for advanced use cases. BufferIDs should typically be obtained through IDeviceContext.CreateBuffer rather than constructing them manually.