diff options
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/include/RenderDeviceBase.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/include/RenderDeviceBase.h b/Graphics/GraphicsEngine/include/RenderDeviceBase.h index ee713c2e..3c337129 100644 --- a/Graphics/GraphicsEngine/include/RenderDeviceBase.h +++ b/Graphics/GraphicsEngine/include/RenderDeviceBase.h @@ -159,7 +159,8 @@ namespace std TexViewDesc.NumMipLevels, TexViewDesc.FirstArraySlice, TexViewDesc.NumArraySlices, - TexViewDesc.AccessFlags ); + static_cast<Diligent::Uint32>(TexViewDesc.AccessFlags), + static_cast<Diligent::Uint32>(TexViewDesc.Flags)); return Seed; } }; |
