mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
Merge commit '87d14fb'
This commit is contained in:
commit
56ce794438
@ -1975,7 +1975,7 @@ namespace dxvk {
|
|||||||
|
|
||||||
// Format can be used for storage images or storage texel buffers
|
// Format can be used for storage images or storage texel buffers
|
||||||
if ((fmtSupport.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT)
|
if ((fmtSupport.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT)
|
||||||
|| (fmtSupport.optimalTilingFeatures & VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT)) {
|
&& (fmtSupport.optimalTilingFeatures & VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT)) {
|
||||||
flags1 |= D3D11_FORMAT_SUPPORT_TYPED_UNORDERED_ACCESS_VIEW;
|
flags1 |= D3D11_FORMAT_SUPPORT_TYPED_UNORDERED_ACCESS_VIEW;
|
||||||
flags2 |= D3D11_FORMAT_SUPPORT2_UAV_TYPED_STORE;
|
flags2 |= D3D11_FORMAT_SUPPORT2_UAV_TYPED_STORE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user