|
Blender V4.3
|
#include <draw_cache_extract.hh>
Public Attributes | |
| gpu::Batch * | surface |
| gpu::Batch * | surface_weights |
| gpu::Batch * | edit_triangles |
| gpu::Batch * | edit_vertices |
| gpu::Batch * | edit_edges |
| gpu::Batch * | edit_vnor |
| gpu::Batch * | edit_lnor |
| gpu::Batch * | edit_fdots |
| gpu::Batch * | edit_mesh_analysis |
| gpu::Batch * | edit_skin_roots |
| gpu::Batch * | edituv_faces_stretch_area |
| gpu::Batch * | edituv_faces_stretch_angle |
| gpu::Batch * | edituv_faces |
| gpu::Batch * | edituv_edges |
| gpu::Batch * | edituv_verts |
| gpu::Batch * | edituv_fdots |
| gpu::Batch * | edit_selection_verts |
| gpu::Batch * | edit_selection_edges |
| gpu::Batch * | edit_selection_faces |
| gpu::Batch * | edit_selection_fdots |
| gpu::Batch * | all_verts |
| gpu::Batch * | all_edges |
| gpu::Batch * | loose_edges |
| gpu::Batch * | edge_detection |
| gpu::Batch * | wire_edges |
| gpu::Batch * | wire_loops |
| gpu::Batch * | wire_loops_uvs |
| gpu::Batch * | sculpt_overlays |
| gpu::Batch * | surface_viewer_attribute |
Definition at line 112 of file draw_cache_extract.hh.
| gpu::Batch* blender::draw::MeshBatchList::all_edges |
Definition at line 139 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_all_edges().
| gpu::Batch* blender::draw::MeshBatchList::all_verts |
Definition at line 138 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_all_verts().
| gpu::Batch* blender::draw::MeshBatchList::edge_detection |
Definition at line 141 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edge_detection().
| gpu::Batch* blender::draw::MeshBatchList::edit_edges |
Definition at line 119 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edit_edges().
| gpu::Batch* blender::draw::MeshBatchList::edit_fdots |
Definition at line 122 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edit_facedots().
| gpu::Batch* blender::draw::MeshBatchList::edit_lnor |
Definition at line 121 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edit_loop_normals().
| gpu::Batch* blender::draw::MeshBatchList::edit_mesh_analysis |
Definition at line 123 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edit_mesh_analysis().
| gpu::Batch* blender::draw::MeshBatchList::edit_selection_edges |
Definition at line 134 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edges_with_select_id().
| gpu::Batch* blender::draw::MeshBatchList::edit_selection_faces |
Definition at line 135 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_triangles_with_select_id().
| gpu::Batch* blender::draw::MeshBatchList::edit_selection_fdots |
Definition at line 136 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_facedots_with_select_id().
| gpu::Batch* blender::draw::MeshBatchList::edit_selection_verts |
Definition at line 133 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_verts_with_select_id().
| gpu::Batch* blender::draw::MeshBatchList::edit_skin_roots |
Definition at line 124 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edit_skin_roots().
| gpu::Batch* blender::draw::MeshBatchList::edit_triangles |
Definition at line 117 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edit_triangles().
| gpu::Batch* blender::draw::MeshBatchList::edit_vertices |
Definition at line 118 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edit_vertices().
| gpu::Batch* blender::draw::MeshBatchList::edit_vnor |
Definition at line 120 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edit_vert_normals().
| gpu::Batch* blender::draw::MeshBatchList::edituv_edges |
Definition at line 129 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edituv_edges().
| gpu::Batch* blender::draw::MeshBatchList::edituv_faces |
Definition at line 128 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edituv_faces().
| gpu::Batch* blender::draw::MeshBatchList::edituv_faces_stretch_angle |
Definition at line 127 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edituv_faces_stretch_angle().
| gpu::Batch* blender::draw::MeshBatchList::edituv_faces_stretch_area |
Definition at line 126 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edituv_faces_stretch_area().
| gpu::Batch* blender::draw::MeshBatchList::edituv_fdots |
Definition at line 131 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edituv_facedots().
| gpu::Batch* blender::draw::MeshBatchList::edituv_verts |
Definition at line 130 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_edituv_verts().
| gpu::Batch* blender::draw::MeshBatchList::loose_edges |
Definition at line 140 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_loose_edges().
| gpu::Batch* blender::draw::MeshBatchList::sculpt_overlays |
Definition at line 148 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_sculpt_overlays().
| gpu::Batch* blender::draw::MeshBatchList::surface |
Definition at line 114 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), blender::draw::DRW_mesh_batch_cache_get_surface(), blender::draw::DRW_mesh_batch_cache_get_surface_sculpt(), blender::draw::DRW_mesh_batch_cache_get_surface_texpaint_single(), blender::draw::DRW_mesh_batch_cache_get_surface_vertpaint(), blender::draw::mesh_batch_cache_discard_surface_batches(), and blender::draw::mesh_batch_cache_request_surface_batches().
| gpu::Batch* blender::draw::MeshBatchList::surface_viewer_attribute |
Definition at line 149 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_surface_viewer_attribute().
| gpu::Batch* blender::draw::MeshBatchList::surface_weights |
Definition at line 115 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), blender::draw::DRW_mesh_batch_cache_get_surface_weights(), and blender::draw::mesh_batch_cache_check_vertex_group().
| gpu::Batch* blender::draw::MeshBatchList::wire_edges |
Definition at line 143 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_wireframes_face().
| gpu::Batch* blender::draw::MeshBatchList::wire_loops |
Definition at line 145 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_surface_edges().
| gpu::Batch* blender::draw::MeshBatchList::wire_loops_uvs |
Definition at line 147 of file draw_cache_extract.hh.
Referenced by blender::draw::DRW_mesh_batch_cache_create_requested(), and blender::draw::DRW_mesh_batch_cache_get_uv_edges().