|
Blender V5.0
|
#include <gpu_shader_cxx_vector.hh>
Inherits VecOp< bool, 2 >.
Public Member Functions | |
| VecBase ()=default | |
| VecBase (bool) | |
| VecBase (bool, bool) | |
| VecBase (VecOp< float, 2 >) | |
| Public Member Functions inherited from VecOp< bool, 2 > | |
| const bool & | operator[] (int) const |
| STD_OP VecT | operator+ () const RET |
| STD_OP VecT | operator- () const RET |
Public Attributes | |
| union VecBase< bool, 2 >:: { ... } | |
Additional Inherited Members | |
| Public Types inherited from VecOp< bool, 2 > | |
| using | VecT |
Definition at line 292 of file gpu_shader_cxx_vector.hh.
|
default |
|
inlineexplicit |
Definition at line 301 of file gpu_shader_cxx_vector.hh.
|
inlineexplicit |
Definition at line 302 of file gpu_shader_cxx_vector.hh.
Definition at line 304 of file gpu_shader_cxx_vector.hh.
| union VecBase< bool, 2 > { ... } VecBase< bool, 2 > |
| bool VecBase< bool, 2 >::x |
Definition at line 295 of file gpu_shader_cxx_vector.hh.
| bool VecBase< bool, 2 >::y |
Definition at line 295 of file gpu_shader_cxx_vector.hh.