|
Blender
V2.93
|
Public Attributes | |
| GPUBatch * | batch |
| GPUBatch * | instancer |
| GPUVertBuf * | buf |
| GPUBatch * | geom |
Definition at line 78 of file draw_instance_data.c.
| GPUBatch* DRWTempInstancingHandle::batch |
Copy of geom but with the per-instance attributes.
Definition at line 80 of file draw_instance_data.c.
Referenced by DRW_instance_buffer_finish(), DRW_temp_batch_instance_request(), and temp_instancing_handle_free().
| GPUVertBuf* DRWTempInstancingHandle::buf |
Callbuffer to be used instead of instancer .
Definition at line 84 of file draw_instance_data.c.
Referenced by DRW_instance_buffer_finish(), and DRW_temp_batch_instance_request().
| GPUBatch* DRWTempInstancingHandle::geom |
Original non-instanced batch pointer.
Definition at line 86 of file draw_instance_data.c.
Referenced by DRW_instance_buffer_finish(), and DRW_temp_batch_instance_request().
| GPUBatch* DRWTempInstancingHandle::instancer |
Batch containing instancing attributes.
Definition at line 82 of file draw_instance_data.c.
Referenced by DRW_instance_buffer_finish(), and DRW_temp_batch_instance_request().