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