Blender
V3.3
|
#include <overlay_private.h>
Public Attributes | |
struct GPUVertFormat * | instance_pos |
struct GPUVertFormat * | instance_extra |
struct GPUVertFormat * | instance_bone |
struct GPUVertFormat * | instance_bone_outline |
struct GPUVertFormat * | instance_bone_envelope |
struct GPUVertFormat * | instance_bone_envelope_distance |
struct GPUVertFormat * | instance_bone_envelope_outline |
struct GPUVertFormat * | instance_bone_stick |
struct GPUVertFormat * | pos |
struct GPUVertFormat * | pos_color |
struct GPUVertFormat * | wire_extra |
struct GPUVertFormat * | point_extra |
Definition at line 464 of file overlay_private.h.
struct GPUVertFormat* OVERLAY_InstanceFormats::instance_bone |
Definition at line 467 of file overlay_private.h.
Referenced by custom_bone_instance_shgroup(), OVERLAY_armature_cache_init(), and OVERLAY_metaball_cache_init().
struct GPUVertFormat* OVERLAY_InstanceFormats::instance_bone_envelope |
Definition at line 469 of file overlay_private.h.
Referenced by OVERLAY_armature_cache_init().
struct GPUVertFormat* OVERLAY_InstanceFormats::instance_bone_envelope_distance |
Definition at line 470 of file overlay_private.h.
Referenced by OVERLAY_armature_cache_init().
struct GPUVertFormat* OVERLAY_InstanceFormats::instance_bone_envelope_outline |
Definition at line 471 of file overlay_private.h.
Referenced by OVERLAY_armature_cache_init().
struct GPUVertFormat* OVERLAY_InstanceFormats::instance_bone_outline |
Definition at line 468 of file overlay_private.h.
struct GPUVertFormat* OVERLAY_InstanceFormats::instance_bone_stick |
Definition at line 472 of file overlay_private.h.
Referenced by OVERLAY_armature_cache_init().
struct GPUVertFormat* OVERLAY_InstanceFormats::instance_extra |
Definition at line 466 of file overlay_private.h.
Referenced by OVERLAY_armature_cache_init(), and OVERLAY_extra_cache_init().
struct GPUVertFormat* OVERLAY_InstanceFormats::instance_pos |
Definition at line 465 of file overlay_private.h.
Referenced by OVERLAY_extra_cache_init().
struct GPUVertFormat* OVERLAY_InstanceFormats::point_extra |
Definition at line 476 of file overlay_private.h.
Referenced by OVERLAY_extra_cache_init().
struct GPUVertFormat* OVERLAY_InstanceFormats::pos |
Definition at line 473 of file overlay_private.h.
Referenced by OVERLAY_extra_cache_init(), and OVERLAY_shader_instance_formats_get().
struct GPUVertFormat* OVERLAY_InstanceFormats::pos_color |
Definition at line 474 of file overlay_private.h.
Referenced by OVERLAY_armature_cache_init(), and OVERLAY_extra_cache_init().
struct GPUVertFormat* OVERLAY_InstanceFormats::wire_extra |
Definition at line 475 of file overlay_private.h.
Referenced by OVERLAY_extra_cache_init().