IDirect3DVolumeTexture9::UnlockBox 方法 (d3d9.h)
解锁卷纹理资源上的框。
语法
HRESULT UnlockBox(
[in] UINT Level
);
参数
[in] Level
类型: UINT
指定要解锁的卷纹理资源的级别。
返回值
类型: HRESULT
如果方法成功,则返回值D3D_OK。 如果 方法失败,则可以D3DERR_INVALIDCALL返回值。
要求
|
|
目标平台 |
Windows |
标头 |
d3d9.h (包括 D3D9.h) |
Library |
D3D9.lib |
请参阅
IDirect3DVolumeTexture9
LockBox