|
Blender
V2.93
|
#include <draw_cache_extract.h>
Public Attributes | |
| uint32_t | uv: 8 |
| uint32_t | tan: 8 |
| uint32_t | vcol: 8 |
| uint32_t | sculpt_vcol: 8 |
| uint32_t | orco: 1 |
| uint32_t | tan_orco: 1 |
| uint32_t | sculpt_overlays: 1 |
| uint32_t | edit_uv: 1 |
Definition at line 51 of file draw_cache_extract.h.
| 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 61 of file draw_cache_extract.h.
Referenced by edituv_request_active_uv(), extract_uv_init(), mesh_batch_cache_discard_uvedit(), and mesh_cd_calc_edit_uv_layer().
| uint32_t DRW_MeshCDMask::orco |
Definition at line 56 of file draw_cache_extract.h.
Referenced by DRW_mesh_batch_cache_create_requested(), and mesh_cd_calc_used_gpu_layers().
| uint32_t DRW_MeshCDMask::sculpt_overlays |
Definition at line 58 of file draw_cache_extract.h.
Referenced by DRW_mesh_batch_cache_create_requested(), and DRW_mesh_batch_cache_get_sculpt_overlays().
| uint32_t DRW_MeshCDMask::sculpt_vcol |
Definition at line 55 of file draw_cache_extract.h.
Referenced by DRW_mesh_batch_cache_create_requested(), extract_vcol_init(), mesh_cd_calc_active_vcol_layer(), mesh_cd_calc_used_gpu_layers(), and sculpt_request_active_vcol().
| uint32_t DRW_MeshCDMask::tan |
Definition at line 53 of file draw_cache_extract.h.
Referenced by DRW_mesh_batch_cache_create_requested(), extract_tan_ex(), and mesh_cd_calc_used_gpu_layers().
| uint32_t DRW_MeshCDMask::tan_orco |
Definition at line 57 of file draw_cache_extract.h.
Referenced by DRW_mesh_batch_cache_create_requested(), extract_tan_ex(), and mesh_cd_calc_used_gpu_layers().
| uint32_t DRW_MeshCDMask::uv |
Definition at line 52 of file draw_cache_extract.h.
Referenced by DRW_mesh_batch_cache_create_requested(), 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(), and texpaint_request_active_uv().
| uint32_t DRW_MeshCDMask::vcol |
Definition at line 54 of file draw_cache_extract.h.
Referenced by DRW_mesh_batch_cache_create_requested(), extract_vcol_init(), mesh_cd_calc_active_mloopcol_layer(), mesh_cd_calc_used_gpu_layers(), and texpaint_request_active_vcol().