1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 11:52:12 +01:00

[tests] Enable raw SSBO option

This commit is contained in:
Philip Rebohle 2018-12-13 14:01:26 +01:00
parent 01b8e74457
commit 399e72bbd1
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -43,6 +43,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
DxbcModuleInfo moduleInfo;
moduleInfo.options.useSubgroupOpsForEarlyDiscard = true;
moduleInfo.options.useRawSsbo = true;
moduleInfo.xfb = nullptr;
Rc<DxvkShader> shader = module.compile(moduleInfo, ifileName);