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:
Marek Olšák 2025-02-10 16:41:34 -05:00 committed by Marge Bot
parent ecbbbae5c3
commit 05fa8391b9
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -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 */