mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 08:30:34 +01:00
llvmpipe: Fix typo in assert.
This commit is contained in:
parent
52bc90caa8
commit
6ae9975ea0
1 changed files with 2 additions and 2 deletions
|
|
@ -1112,8 +1112,8 @@ make_variant_key(struct llvmpipe_context *lp,
|
|||
unsigned chan;
|
||||
|
||||
format_desc = util_format_description(lp->framebuffer.cbufs[i]->format);
|
||||
assert(format_desc->layout == UTIL_FORMAT_COLORSPACE_RGB ||
|
||||
format_desc->layout == UTIL_FORMAT_COLORSPACE_SRGB);
|
||||
assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
|
||||
format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB);
|
||||
|
||||
key->blend.rt[i].colormask = lp->blend->rt[i].colormask;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue