fix queue selection bug

This commit is contained in:
Matthew 2025-11-15 19:02:41 +11:00
parent 9c52d3aa71
commit 7fe14c7906

View File

@ -2712,7 +2712,7 @@ Init(PlatformHandles platform_handles, u64 permanent_mem, u64 frame_mem)
continue;
}
if(prop.queueFlags & (T_BIT | S_BIT))
if(BitEq(prop.queueFlags, T_BIT | S_BIT))
{
sparse = true;
current.tfer_index = idx;