mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
python: size is not a member of pipe_constant_buffer any more.
This commit is contained in:
parent
5ad1721540
commit
56282d79f6
1 changed files with 0 additions and 1 deletions
|
|
@ -121,7 +121,6 @@ struct st_context {
|
|||
struct pipe_constant_buffer state;
|
||||
memset(&state, 0, sizeof(state));
|
||||
state.buffer = buffer ? buffer->buffer : NULL;
|
||||
state.size = buffer->buffer->size;
|
||||
$self->pipe->set_constant_buffer($self->pipe, shader, index, &state);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue