Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Unmap a buffer.
Syntax
HRESULT Unmap();
Parameters
This method has no parameters.
Return value
Type: HRESULT
The return value is one of the values listed in Direct3D 10 Return Codes.
Remarks
Differences between Direct3D 9 and Direct3D 10:
- Unmap() in Direct3D 10 is analogous to resource Unlock() in Direct3D 9.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also