[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
1 changed files with 1 additions and 0 deletions

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);