|
Blender V5.0
|
#include <types_dual.h>
Public Member Functions | |
| dual ()=default | |
| ccl_device_inline_method | dual (const float4 val) |
| ccl_device_inline_method | dual (const float4 val, const float4 dx, const float4 dy) |
Public Attributes | |
| float4 | val = make_float4(0.0f) |
| float4 | dx = make_float4(0.0f) |
| float4 | dy = make_float4(0.0f) |
Definition at line 44 of file types_dual.h.
|
inlineexplicit |
Definition at line 49 of file types_dual.h.
References ccl_device_inline_method, and val.
|
inline |
Definition at line 50 of file types_dual.h.
References ccl_device_inline_method, dx, dy, and val.
| float4 dual< float4 >::dx = make_float4(0.0f) |
Definition at line 46 of file types_dual.h.
Referenced by dual(), and svm_node_vertex_color_bump_dx().
| float4 dual< float4 >::dy = make_float4(0.0f) |
Definition at line 47 of file types_dual.h.
Referenced by dual(), and svm_node_vertex_color_bump_dy().
| float4 dual< float4 >::val = make_float4(0.0f) |
Definition at line 45 of file types_dual.h.
Referenced by dual(), dual(), svm_node_vertex_color_bump_dx(), and svm_node_vertex_color_bump_dy().