Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Unassociates an attached ID3DXTextureGutterHelper object with the ID3DXPRTBuffer object.
Syntax
HRESULT ReleaseGH();
Parameters
This method has no parameters.
Return value
Type: HRESULT
If the method succeeds, the return value is D3D_OK.
Remarks
This method releases the pointer to the ID3DXTextureGutterHelper interface.
You must ensure that the number of ID3DXPRTBuffer::AttachGH calls matches the number of ID3DXPRTBuffer::ReleaseGH calls. After calling ID3DXPRTBuffer::ReleaseGH, the pGH pointer returned by ID3DXPRTBuffer::AttachGH should no longer be used.
Requirements
| Requirement | Value |
|---|---|
| Header |
|
| Library |
|
See also