mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-30 20:52:11 +01:00
[tests] Enable raw SSBO option
This commit is contained in:
parent
01b8e74457
commit
399e72bbd1
@ -43,6 +43,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
|
|||||||
|
|
||||||
DxbcModuleInfo moduleInfo;
|
DxbcModuleInfo moduleInfo;
|
||||||
moduleInfo.options.useSubgroupOpsForEarlyDiscard = true;
|
moduleInfo.options.useSubgroupOpsForEarlyDiscard = true;
|
||||||
|
moduleInfo.options.useRawSsbo = true;
|
||||||
moduleInfo.xfb = nullptr;
|
moduleInfo.xfb = nullptr;
|
||||||
|
|
||||||
Rc<DxvkShader> shader = module.compile(moduleInfo, ifileName);
|
Rc<DxvkShader> shader = module.compile(moduleInfo, ifileName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user