fix queue selection bug
This commit is contained in:
parent
9c52d3aa71
commit
7fe14c7906
2
vulkan.d
2
vulkan.d
@ -2712,7 +2712,7 @@ Init(PlatformHandles platform_handles, u64 permanent_mem, u64 frame_mem)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(prop.queueFlags & (T_BIT | S_BIT))
|
if(BitEq(prop.queueFlags, T_BIT | S_BIT))
|
||||||
{
|
{
|
||||||
sparse = true;
|
sparse = true;
|
||||||
current.tfer_index = idx;
|
current.tfer_index = idx;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user