Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/scene/shader_nodes.h
| Show First 20 Lines • Show All 1,536 Lines • ▼ Show 20 Lines | public: | ||||
| bool has_spatial_varying() | bool has_spatial_varying() | ||||
| { | { | ||||
| return true; | return true; | ||||
| } | } | ||||
| bool has_volume_support() | bool has_volume_support() | ||||
| { | { | ||||
| return true; | return true; | ||||
| } | } | ||||
| virtual int get_feature() | |||||
| { | |||||
| return ShaderNode::get_feature() | KERNEL_FEATURE_NODE_RAYTRACE; | |||||
| } | |||||
| virtual bool equals(const ShaderNode & /*other*/) | virtual bool equals(const ShaderNode & /*other*/) | ||||
| { | { | ||||
| return false; | return false; | ||||
| } | } | ||||
| string filepath; | string filepath; | ||||
| string bytecode_hash; | string bytecode_hash; | ||||
| ▲ Show 20 Lines • Show All 98 Lines • Show Last 20 Lines | |||||