Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/mesh_extractors/extract_mesh.hh
| Show First 20 Lines • Show All 434 Lines • ▼ Show 20 Lines | |||||
| extern const MeshExtract extract_fdots_uv; | extern const MeshExtract extract_fdots_uv; | ||||
| extern const MeshExtract extract_fdots_edituv_data; | extern const MeshExtract extract_fdots_edituv_data; | ||||
| extern const MeshExtract extract_skin_roots; | extern const MeshExtract extract_skin_roots; | ||||
| extern const MeshExtract extract_poly_idx; | extern const MeshExtract extract_poly_idx; | ||||
| extern const MeshExtract extract_edge_idx; | extern const MeshExtract extract_edge_idx; | ||||
| extern const MeshExtract extract_vert_idx; | extern const MeshExtract extract_vert_idx; | ||||
| extern const MeshExtract extract_fdot_idx; | extern const MeshExtract extract_fdot_idx; | ||||
| extern const MeshExtract extract_attr[GPU_MAX_ATTR]; | extern const MeshExtract extract_attr[GPU_MAX_ATTR]; | ||||
| extern const MeshExtract extract_attr_viewer; | |||||