|
Blender V5.0
|
#include <gpu_shader_cxx_vector.hh>
Inherits VecOp< bool, 4 >.
Public Member Functions | |
| VecBase ()=default | |
| VecBase (bool) | |
| VecBase (bool, bool, bool, bool) | |
| VecBase (VecOp< bool, 2 >, bool, bool) | |
| VecBase (bool, VecOp< bool, 2 >, bool) | |
| VecBase (bool, bool, VecOp< bool, 2 >) | |
| VecBase (VecOp< bool, 2 >, VecOp< bool, 2 >) | |
| VecBase (VecOp< bool, 3 >, bool) | |
| VecBase (bool, VecOp< bool, 3 >) | |
| Public Member Functions inherited from VecOp< bool, 4 > | |
| const bool & | operator[] (int) const |
| STD_OP VecT | operator+ () const RET |
| STD_OP VecT | operator- () const RET |
Public Attributes | |
| union VecBase< bool, 4 >:: { ... } | |
Additional Inherited Members | |
| Public Types inherited from VecOp< bool, 4 > | |
| using | VecT |
Definition at line 322 of file gpu_shader_cxx_vector.hh.
|
default |
|
inlineexplicit |
Definition at line 331 of file gpu_shader_cxx_vector.hh.
|
inlineexplicit |
Definition at line 332 of file gpu_shader_cxx_vector.hh.
Definition at line 333 of file gpu_shader_cxx_vector.hh.
Definition at line 334 of file gpu_shader_cxx_vector.hh.
Definition at line 335 of file gpu_shader_cxx_vector.hh.
Definition at line 336 of file gpu_shader_cxx_vector.hh.
Definition at line 337 of file gpu_shader_cxx_vector.hh.
Definition at line 338 of file gpu_shader_cxx_vector.hh.
| union VecBase< bool, 4 > { ... } VecBase< bool, 4 > |
| bool VecBase< bool, 4 >::w |
Definition at line 325 of file gpu_shader_cxx_vector.hh.
| bool VecBase< bool, 4 >::x |
Definition at line 325 of file gpu_shader_cxx_vector.hh.
| bool VecBase< bool, 4 >::y |
Definition at line 325 of file gpu_shader_cxx_vector.hh.
| bool VecBase< bool, 4 >::z |
Definition at line 325 of file gpu_shader_cxx_vector.hh.