diff options
author | Chia-I Wu <[email protected]> | 2015-06-19 15:10:02 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-06-20 11:18:07 +0800 |
commit | 9904e647cca0a15c80557ed7bcc6893faf147436 (patch) | |
tree | 47b34b667def6d1ded51352151e8c1bd1c0d37e8 /src/gallium/drivers/ilo/ilo_state.h | |
parent | da4878cb807f46e6053731a177c3c75497aaf4fb (diff) |
ilo: add ilo_state_index_buffer
It serves the same purpose as ilo_state_vertex_buffer does.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_state.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_state.h b/src/gallium/drivers/ilo/ilo_state.h index 2b3147fc355..d990269171b 100644 --- a/src/gallium/drivers/ilo/ilo_state.h +++ b/src/gallium/drivers/ilo/ilo_state.h @@ -167,6 +167,7 @@ struct ilo_ib_state { /* these are not valid until the state is finalized */ struct pipe_resource *hw_resource; unsigned hw_index_size; + struct ilo_state_index_buffer ib; /* an offset to be added to pipe_draw_info::start */ int64_t draw_start_offset; }; |