|
Blender V5.0
|
#include <gpu_shader_cxx_vector.hh>
Inherits VecOp< bool, 3 >.
Public Member Functions | |
| VecBase ()=default | |
| VecBase (bool) | |
| VecBase (bool, bool, bool) | |
| VecBase (VecOp< bool, 2 >, bool) | |
| VecBase (bool, VecOp< bool, 2 >) | |
| Public Member Functions inherited from VecOp< bool, 3 > | |
| const bool & | operator[] (int) const |
| STD_OP VecT | operator+ () const RET |
| STD_OP VecT | operator- () const RET |
Public Attributes | |
| union VecBase< bool, 3 >:: { ... } | |
Additional Inherited Members | |
| Public Types inherited from VecOp< bool, 3 > | |
| using | VecT |
Definition at line 307 of file gpu_shader_cxx_vector.hh.
|
default |
|
inlineexplicit |
Definition at line 316 of file gpu_shader_cxx_vector.hh.
|
inlineexplicit |
Definition at line 317 of file gpu_shader_cxx_vector.hh.
Definition at line 318 of file gpu_shader_cxx_vector.hh.
Definition at line 319 of file gpu_shader_cxx_vector.hh.
| union VecBase< bool, 3 > { ... } VecBase< bool, 3 > |
| bool VecBase< bool, 3 >::x |
Definition at line 310 of file gpu_shader_cxx_vector.hh.
| bool VecBase< bool, 3 >::y |
Definition at line 310 of file gpu_shader_cxx_vector.hh.
| bool VecBase< bool, 3 >::z |
Definition at line 310 of file gpu_shader_cxx_vector.hh.