nvk: VkSamplerCreateInfo::mipLodBias is signed
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
committed by
Marge Bot
parent
b5cdb13b55
commit
d3f4a23f7b
@@ -247,7 +247,7 @@ nvk_CreateSampler(VkDevice _device,
|
||||
}
|
||||
}
|
||||
|
||||
SAMP_SET_UF(samp, NV9097, 1, MIP_LOD_BIAS, pCreateInfo->mipLodBias);
|
||||
SAMP_SET_SF(samp, NV9097, 1, MIP_LOD_BIAS, pCreateInfo->mipLodBias);
|
||||
|
||||
assert(device->ctx->eng3d.cls >= KEPLER_A);
|
||||
if (pCreateInfo->unnormalizedCoordinates) {
|
||||
|
||||
Reference in New Issue
Block a user