mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-09 05:48:18 +02:00
draw: add missing LP_CHECK_MEMBER_OFFSET()
This commit is contained in:
parent
d1e284407c
commit
5700bc6bac
1 changed files with 2 additions and 0 deletions
|
|
@ -229,6 +229,8 @@ create_jit_vertex_buffer_type(struct gallivm_state *gallivm)
|
|||
|
||||
LP_CHECK_MEMBER_OFFSET(struct pipe_vertex_buffer, stride,
|
||||
target, vb_type, 0);
|
||||
LP_CHECK_MEMBER_OFFSET(struct pipe_vertex_buffer, max_index,
|
||||
target, vb_type, 1);
|
||||
LP_CHECK_MEMBER_OFFSET(struct pipe_vertex_buffer, buffer_offset,
|
||||
target, vb_type, 2);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue