Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/mesh_extractors/extract_mesh.h
| Show First 20 Lines • Show All 200 Lines • ▼ Show 20 Lines | typedef void(ExtractLVertBMeshFn)(const MeshRenderData *mr, | ||||
| int lvert_index, | int lvert_index, | ||||
| void *data); | void *data); | ||||
| typedef void(ExtractLVertMeshFn)(const MeshRenderData *mr, | typedef void(ExtractLVertMeshFn)(const MeshRenderData *mr, | ||||
| const MVert *mv, | const MVert *mv, | ||||
| int lvert_index, | int lvert_index, | ||||
| void *data); | void *data); | ||||
| typedef void(ExtractLooseGeomSubdivFn)(const struct DRWSubdivCache *subdiv_cache, | typedef void(ExtractLooseGeomSubdivFn)(const struct DRWSubdivCache *subdiv_cache, | ||||
| const MeshRenderData *mr, | const MeshRenderData *mr, | ||||
| const MeshExtractLooseGeom *loose_geom, | |||||
| void *buffer, | void *buffer, | ||||
| void *data); | void *data); | ||||
| typedef void(ExtractInitFn)(const MeshRenderData *mr, | typedef void(ExtractInitFn)(const MeshRenderData *mr, | ||||
| struct MeshBatchCache *cache, | struct MeshBatchCache *cache, | ||||
| void *buffer, | void *buffer, | ||||
| void *r_data); | void *r_data); | ||||
| typedef void(ExtractFinishFn)(const MeshRenderData *mr, | typedef void(ExtractFinishFn)(const MeshRenderData *mr, | ||||
| struct MeshBatchCache *cache, | struct MeshBatchCache *cache, | ||||
| ▲ Show 20 Lines • Show All 164 Lines • Show Last 20 Lines | |||||