Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/scene/geometry.h
| Show First 20 Lines • Show All 251 Lines • ▼ Show 20 Lines | protected: | ||||
| void device_update_volume_images(Device *device, Scene *scene, Progress &progress); | void device_update_volume_images(Device *device, Scene *scene, Progress &progress); | ||||
| private: | private: | ||||
| static void update_attribute_element_offset(Geometry *geom, | static void update_attribute_element_offset(Geometry *geom, | ||||
| device_vector<float> &attr_float, | device_vector<float> &attr_float, | ||||
| size_t &attr_float_offset, | size_t &attr_float_offset, | ||||
| device_vector<float2> &attr_float2, | device_vector<float2> &attr_float2, | ||||
| size_t &attr_float2_offset, | size_t &attr_float2_offset, | ||||
| device_vector<float4> &attr_float3, | device_vector<packed_float3> &attr_float3, | ||||
| size_t &attr_float3_offset, | size_t &attr_float3_offset, | ||||
| device_vector<float4> &attr_float4, | |||||
| size_t &attr_float4_offset, | |||||
| device_vector<uchar4> &attr_uchar4, | device_vector<uchar4> &attr_uchar4, | ||||
| size_t &attr_uchar4_offset, | size_t &attr_uchar4_offset, | ||||
| Attribute *mattr, | Attribute *mattr, | ||||
| AttributePrimitive prim, | AttributePrimitive prim, | ||||
| TypeDesc &type, | TypeDesc &type, | ||||
| AttributeDescriptor &desc); | AttributeDescriptor &desc); | ||||
| }; | }; | ||||
| CCL_NAMESPACE_END | CCL_NAMESPACE_END | ||||
| #endif /* __GEOMETRY_H__ */ | #endif /* __GEOMETRY_H__ */ | ||||