mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
tesselator: remove unused variable
Reviewed-by: Zoltán Böszörményi <zboszor@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7846>
This commit is contained in:
parent
d0767fc045
commit
8d347742fe
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ namespace pipe_tessellator_wrap
|
|||
PIPE_ALIGN_VAR(32) float domain_points_u[MAX_POINT_COUNT];
|
||||
PIPE_ALIGN_VAR(32) float domain_points_v[MAX_POINT_COUNT];
|
||||
uint32_t num_domain_points;
|
||||
PIPE_ALIGN_VAR(32) uint32_t indices[3][MAX_INDEX_COUNT / 3];
|
||||
|
||||
public:
|
||||
void Init(enum pipe_prim_type tes_prim_mode,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue