Blender
V3.3
|
Public Member Functions | |
ExtractTaskData (const MeshRenderData *mr, MeshBatchCache *cache, ExtractorRunDatas *extractors, MeshBufferList *mbuflist, const bool use_threading) | |
ExtractTaskData (const ExtractTaskData &src)=default | |
~ExtractTaskData () | |
Public Attributes | |
const MeshRenderData * | mr = nullptr |
MeshBatchCache * | cache = nullptr |
ExtractorRunDatas * | extractors = nullptr |
MeshBufferList * | mbuflist = nullptr |
eMRIterType | iter_type |
bool | use_threading = false |
Definition at line 148 of file draw_cache_extract_mesh.cc.
|
inline |
Definition at line 157 of file draw_cache_extract_mesh.cc.
References extractors, iter_type, and blender::draw::ExtractorRunDatas::iter_types().
|
default |
|
inline |
Definition at line 173 of file draw_cache_extract_mesh.cc.
References extractors.
MeshBatchCache* blender::draw::ExtractTaskData::cache = nullptr |
Definition at line 150 of file draw_cache_extract_mesh.cc.
ExtractorRunDatas* blender::draw::ExtractTaskData::extractors = nullptr |
Definition at line 151 of file draw_cache_extract_mesh.cc.
Referenced by ExtractTaskData(), and ~ExtractTaskData().
eMRIterType blender::draw::ExtractTaskData::iter_type |
Definition at line 154 of file draw_cache_extract_mesh.cc.
Referenced by ExtractTaskData().
MeshBufferList* blender::draw::ExtractTaskData::mbuflist = nullptr |
Definition at line 152 of file draw_cache_extract_mesh.cc.
const MeshRenderData* blender::draw::ExtractTaskData::mr = nullptr |
Definition at line 149 of file draw_cache_extract_mesh.cc.
bool blender::draw::ExtractTaskData::use_threading = false |
Definition at line 155 of file draw_cache_extract_mesh.cc.