共用方式為


ID3DXPRTBuffer::ReleaseGH 方法

取消關聯附加的 ID3DXTextureGutterHelper 物件與 ID3DXPRTBuffer 物件。

語法

HRESULT ReleaseGH();

參數

這個方法沒有任何參數。

傳回值

類型: HRESULT

如果方法成功,傳回值會D3D_OK。

備註

這個方法會釋放 ID3DXTextureGutterHelper 介面的指標。

您必須確定 ID3DXPRTBuffer::AttachGH 呼叫數目符合 ID3DXPRTBuffer::ReleaseGH 呼叫的數目。 呼叫 ID3DXPRTBuffer::ReleaseGH之後,不應該再使用 ID3DXPRTBuffer::AttachGH 所傳回的 pGH 指標。

規格需求

需求
標頭
D3DX9Mesh.h
程式庫
D3dx9.lib

另請參閱

ID3DXPRTBuffer

ID3DXPRTBuffer::AttachGH