Blender
V3.3
|
#include <types.h>
Public Attributes | |
AttributeElement | element |
NodeAttributeType | type |
uint | flags |
int | offset |
Definition at line 655 of file kernel/types.h.
AttributeElement AttributeDescriptor::element |
Definition at line 656 of file kernel/types.h.
Referenced by AttributeRequest::AttributeRequest(), emit_attribute_map_entry(), find_attribute(), subd_triangle_attribute_float(), subd_triangle_attribute_float2(), subd_triangle_attribute_float3(), subd_triangle_attribute_float4(), svm_node_attr(), svm_node_attr_bump_dx(), svm_node_attr_bump_dy(), triangle_attribute_float(), triangle_attribute_float2(), triangle_attribute_float3(), triangle_attribute_float4(), and GeometryManager::update_osl_attributes().
uint AttributeDescriptor::flags |
Definition at line 658 of file kernel/types.h.
Referenced by emit_attribute_map_entry(), find_attribute(), subd_triangle_attribute_float(), subd_triangle_attribute_float2(), subd_triangle_attribute_float3(), and subd_triangle_attribute_float4().
int AttributeDescriptor::offset |
Definition at line 659 of file kernel/types.h.
Referenced by AttributeRequest::AttributeRequest(), emit_attribute_map_entry(), find_attribute(), primitive_attribute_matrix(), primitive_motion_vector(), primitive_ptex(), primitive_tangent(), primitive_uv(), subd_triangle_attribute_float(), subd_triangle_attribute_float2(), subd_triangle_attribute_float3(), subd_triangle_attribute_float4(), svm_node_closure_bsdf(), svm_node_enter_bump_eval(), svm_node_normal_map(), svm_node_principled_volume(), svm_node_tangent(), svm_node_vector_displacement(), triangle_attribute_float(), triangle_attribute_float2(), triangle_attribute_float3(), and triangle_attribute_float4().
NodeAttributeType AttributeDescriptor::type |
Definition at line 657 of file kernel/types.h.
Referenced by AttributeRequest::AttributeRequest(), find_attribute(), subd_triangle_attribute_float4(), svm_node_attr(), svm_node_attr_bump_dx(), svm_node_attr_bump_dy(), svm_node_tangent(), and GeometryManager::update_osl_attributes().