Blender
V3.3
|
#include <draw_cache_extract.hh>
Public Attributes | |
uint32_t | uv: 8 |
uint32_t | tan: 8 |
uint32_t | orco: 1 |
uint32_t | tan_orco: 1 |
uint32_t | sculpt_overlays: 1 |
uint32_t | edit_uv: 1 |
Definition at line 55 of file draw_cache_extract.hh.
uint32_t DRW_MeshCDMask::edit_uv |
Edit uv layer is from the base edit mesh as modifiers could remove it. (see T68857)
Definition at line 64 of file draw_cache_extract.hh.
Referenced by edituv_request_active_uv(), blender::draw::extract_edituv_stretch_angle_init_subdiv(), mesh_batch_cache_discard_uvedit(), mesh_cd_calc_edit_uv_layer(), and blender::draw::mesh_extract_uv_format_init().
uint32_t DRW_MeshCDMask::orco |
Definition at line 58 of file draw_cache_extract.hh.
Referenced by DRW_mesh_batch_cache_create_requested(), and mesh_cd_calc_used_gpu_layers().
uint32_t DRW_MeshCDMask::sculpt_overlays |
Definition at line 60 of file draw_cache_extract.hh.
Referenced by DRW_mesh_batch_cache_create_requested(), and DRW_mesh_batch_cache_get_sculpt_overlays().
uint32_t DRW_MeshCDMask::tan |
Definition at line 57 of file draw_cache_extract.hh.
Referenced by DRW_mesh_batch_cache_create_requested(), blender::draw::extract_tan_init_common(), and mesh_cd_calc_used_gpu_layers().
uint32_t DRW_MeshCDMask::tan_orco |
Definition at line 59 of file draw_cache_extract.hh.
Referenced by DRW_mesh_batch_cache_create_requested(), blender::draw::extract_tan_init_common(), and mesh_cd_calc_used_gpu_layers().
uint32_t DRW_MeshCDMask::uv |
Definition at line 56 of file draw_cache_extract.hh.
Referenced by DRW_mesh_batch_cache_create_requested(), blender::draw::extract_edituv_stretch_angle_init_subdiv(), blender::draw::extract_uv_init(), mesh_batch_cache_discard_uvedit(), mesh_cd_calc_active_mask_uv_layer(), mesh_cd_calc_active_uv_layer(), mesh_cd_calc_used_gpu_layers(), blender::draw::mesh_extract_uv_format_init(), and texpaint_request_active_uv().