Condividi tramite


Metodo ID3DXPRTBuffer::ReleaseGH

Annulla l'accesso a un oggetto ID3DXTextureGutterHelper con l'oggetto ID3DXPRTBuffer .

Sintassi

HRESULT ReleaseGH();

Parametri

Questo metodo non presenta parametri.

Valore restituito

Tipo: HRESULT

Se il metodo ha esito positivo, il valore restituito è D3D_OK.

Commenti

Questo metodo rilascia il puntatore all'interfaccia ID3DXTextureGutterHelper .

È necessario assicurarsi che il numero di chiamate ID3DXPRTBuffer::AttachGH corrisponda al numero di chiamate ID3DXPRTBuffer::ReleaseGH. Dopo aver chiamato ID3DXPRTBuffer::ReleaseGH, il puntatore pGH restituito da ID3DXPRTBuffer::AttachGH non deve più essere usato.

Requisiti

Requisito Valore
Intestazione
D3DX9Mesh.h
Libreria
D3dx9.lib

Vedi anche

ID3DXPRTBuffer

ID3DXPRTBuffer::AttachGH