|
Blender
V3.3
|
Public Attributes | |
| GPUBatch * | batch |
| GPUBatch * | instancer |
| GPUVertBuf * | buf |
| GPUBatch * | geom |
Definition at line 64 of file draw_instance_data.c.
| GPUBatch* DRWTempInstancingHandle::batch |
Copy of geom but with the per-instance attributes.
Definition at line 66 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 |
Call-buffer to be used instead of instancer.
Definition at line 70 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 72 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 68 of file draw_instance_data.c.
Referenced by DRW_instance_buffer_finish(), and DRW_temp_batch_instance_request().