python: size is not a member of pipe_constant_buffer any more.

This commit is contained in:
Michal Krol 2009-03-16 16:07:55 +01:00
parent 5ad1721540
commit 56282d79f6
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}