|
Blender V4.3
|
#include <overlay_private.hh>
Public Attributes | |
| GPUTexture * | temp_depth_tx |
| GPUTexture * | dummy_depth_tx |
| GPUTexture * | outlines_id_tx |
| GPUTexture * | overlay_color_tx |
| GPUTexture * | overlay_line_tx |
Definition at line 45 of file overlay_private.hh.
| GPUTexture* OVERLAY_TextureList::dummy_depth_tx |
Definition at line 47 of file overlay_private.hh.
Referenced by OVERLAY_antialiasing_init(), OVERLAY_edit_mesh_cache_init(), OVERLAY_extra_cache_init(), and OVERLAY_wireframe_cache_init().
| GPUTexture* OVERLAY_TextureList::outlines_id_tx |
Definition at line 48 of file overlay_private.hh.
Referenced by OVERLAY_outline_cache_init(), and OVERLAY_outline_init().
| GPUTexture* OVERLAY_TextureList::overlay_color_tx |
Definition at line 49 of file overlay_private.hh.
Referenced by OVERLAY_antialiasing_cache_init(), and OVERLAY_antialiasing_init().
| GPUTexture* OVERLAY_TextureList::overlay_line_tx |
Definition at line 50 of file overlay_private.hh.
Referenced by OVERLAY_antialiasing_cache_init(), and OVERLAY_antialiasing_init().
| GPUTexture* OVERLAY_TextureList::temp_depth_tx |
Definition at line 46 of file overlay_private.hh.
Referenced by OVERLAY_antialiasing_cache_finish(), OVERLAY_antialiasing_cache_init(), OVERLAY_outline_cache_init(), OVERLAY_outline_init(), OVERLAY_wireframe_cache_init(), OVERLAY_xray_depth_copy(), and OVERLAY_xray_depth_infront_copy().