mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-24 04:53:28 -04:00
Cleanup.
This commit is contained in:
parent
05f94f44be
commit
b4c5bc8e02
1 changed files with 1 additions and 1 deletions
|
@ -2421,7 +2421,7 @@ BX_PRAGMA_DIAGNOSTIC_POP();
|
|||
break;
|
||||
|
||||
case TextureD3D11::Texture3D:
|
||||
desc.ViewDimension = D3D11_UAV_DIMENSION_TEXTURE2D;
|
||||
desc.ViewDimension = D3D11_UAV_DIMENSION_TEXTURE3D;
|
||||
desc.Texture3D.MipSlice = _mip;
|
||||
desc.Texture3D.FirstWSlice = 0;
|
||||
desc.Texture3D.WSize = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue