Blender
V3.3
|
#include <draw_attributes.h>
Public Attributes | |
eCustomDataType | cd_type |
int | layer_index |
eAttrDomain | domain |
char | attribute_name [64] |
Definition at line 27 of file draw_attributes.h.
char DRW_AttributeRequest::attribute_name[64] |
Definition at line 31 of file draw_attributes.h.
Referenced by curves_batch_ensure_attribute(), drw_attributes_add_request(), DRW_curves_texture_for_evaluated_attribute(), DRW_shgroup_curves_create_sub(), and blender::draw::init_vbo_for_attribute().
eCustomDataType DRW_AttributeRequest::cd_type |
Definition at line 28 of file draw_attributes.h.
Referenced by drw_attributes_add_request(), drw_attributes_has_request(), blender::draw::extract_attr_init(), blender::draw::extract_attr_init_subdiv(), blender::draw::fill_vertbuf_with_attribute(), blender::draw::fill_vertbuf_with_attribute_bm(), and blender::draw::init_vbo_for_attribute().
eAttrDomain DRW_AttributeRequest::domain |
Definition at line 30 of file draw_attributes.h.
Referenced by curves_batch_ensure_attribute(), curves_ensure_attributes(), drw_attributes_add_request(), drw_attributes_has_request(), drw_curves_cache_update_compute(), drw_curves_cache_update_transform_feedback(), DRW_curves_texture_for_evaluated_attribute(), DRW_shgroup_curves_create_sub(), blender::draw::fill_vertbuf_with_attribute(), and blender::draw::fill_vertbuf_with_attribute_bm().
int DRW_AttributeRequest::layer_index |
Definition at line 29 of file draw_attributes.h.
Referenced by drw_attributes_add_request(), drw_attributes_has_request(), blender::draw::fill_vertbuf_with_attribute(), and blender::draw::fill_vertbuf_with_attribute_bm().