mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests/shader_runner: Print a summary of the runner capabilities in run_shader_tests().
This commit is contained in:
committed by
Alexandre Julliard
parent
930fbcbb26
commit
f15a0ace3e
Notes:
Alexandre Julliard
2024-02-19 23:00:22 +01:00
Approved-by: Zebediah Figura (@zfigura) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/658
@@ -1375,13 +1375,11 @@ static bool init_vulkan_runner(struct vulkan_shader_runner *runner)
|
||||
ENABLE_FEATURE(shaderImageGatherExtended);
|
||||
ENABLE_FEATURE(shaderStorageImageWriteWithoutFormat);
|
||||
|
||||
trace("shaderFloat64: %u.\n", ret_features.shaderFloat64);
|
||||
if (ret_features.shaderFloat64)
|
||||
{
|
||||
features.shaderFloat64 = VK_TRUE;
|
||||
runner->caps.float64 = true;
|
||||
}
|
||||
trace("shaderInt64: %u.\n", ret_features.shaderInt64);
|
||||
if (ret_features.shaderInt64)
|
||||
{
|
||||
features.shaderInt64 = VK_TRUE;
|
||||
|
Reference in New Issue
Block a user