mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 15:50:37 +02:00
llvmpipe: Fix assert.
This commit is contained in:
parent
e049ddb754
commit
46c2196de3
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ lp_depth_type(const struct util_format_description *format_desc,
|
|||
|
||||
if(format_desc->channel[swizzle].type == UTIL_FORMAT_TYPE_FLOAT) {
|
||||
type.floating = TRUE;
|
||||
assert(swizzle = 0);
|
||||
assert(swizzle == 0);
|
||||
assert(format_desc->channel[swizzle].size == format_desc->block.bits);
|
||||
}
|
||||
else if(format_desc->channel[swizzle].type == UTIL_FORMAT_TYPE_UNSIGNED) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue