|
Blender V4.3
|
Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::draw |
Functions | |
| static void | blender::draw::extract_positions_mesh (const MeshRenderData &mr, MutableSpan< float3 > vbo_data) |
| static void | blender::draw::extract_positions_bm (const MeshRenderData &mr, MutableSpan< float3 > vbo_data) |
| void | blender::draw::extract_positions (const MeshRenderData &mr, gpu::VertBuf &vbo) |
| static const GPUVertFormat & | blender::draw::get_normals_format () |
| static const GPUVertFormat & | blender::draw::get_custom_normals_format () |
| static void | blender::draw::extract_vertex_flags (const MeshRenderData &mr, char *flags) |
| static void | blender::draw::extract_loose_positions_subdiv (const DRWSubdivCache &subdiv_cache, const MeshRenderData &mr, gpu::VertBuf &vbo) |
| void | blender::draw::extract_positions_subdiv (const DRWSubdivCache &subdiv_cache, const MeshRenderData &mr, gpu::VertBuf &vbo, gpu::VertBuf *orco_vbo) |