mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 03:28:09 +02:00
gallium: new assertion on surface->texture
This commit is contained in:
parent
ec8398d62f
commit
63b915d743
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ st_renderbuffer_alloc_storage(GLcontext * ctx, struct gl_renderbuffer *rb,
|
|||
0, 0, 0,
|
||||
surface_usage );
|
||||
|
||||
assert(strb->surface->texture);
|
||||
assert(strb->surface->buffer);
|
||||
assert(strb->surface->format);
|
||||
assert(strb->surface->block.size);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue