mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 13:08:09 +02:00
nvk: VkSamplerCreateInfo::mipLodBias is signed
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
b5cdb13b55
commit
d3f4a23f7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue