mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-06 21:28:15 +02:00
nine: remove unused last_vtxbuf_count
Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27736>
This commit is contained in:
parent
ecbbbae5c3
commit
05fa8391b9
2 changed files with 0 additions and 2 deletions
|
|
@ -964,7 +964,6 @@ update_vertex_buffers(struct NineDevice9 *device)
|
|||
else
|
||||
pipe->set_vertex_buffers(pipe, 0, NULL);
|
||||
|
||||
context->last_vtxbuf_count = vtxbuf_count;
|
||||
context->changed.vtxbuf_dirty = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -270,7 +270,6 @@ struct nine_context {
|
|||
|
||||
struct pipe_vertex_buffer vtxbuf[PIPE_MAX_ATTRIBS];
|
||||
uint32_t vtxbuf_mask; /* i bit set for context->vtxbuf[i].buffer.resource not NULL */
|
||||
uint32_t last_vtxbuf_count;
|
||||
uint16_t vtxstride[PIPE_MAX_ATTRIBS];
|
||||
UINT stream_freq[PIPE_MAX_ATTRIBS];
|
||||
uint32_t stream_instancedata_mask; /* derived from stream_freq */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue