Blender V5.0
VecBase< bool, 2 > Struct Reference

#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

Detailed Description

Definition at line 292 of file gpu_shader_cxx_vector.hh.

Constructor & Destructor Documentation

◆ VecBase() [1/4]

VecBase< bool, 2 >::VecBase ( )
default

◆ VecBase() [2/4]

VecBase< bool, 2 >::VecBase ( bool )
inlineexplicit

Definition at line 301 of file gpu_shader_cxx_vector.hh.

◆ VecBase() [3/4]

VecBase< bool, 2 >::VecBase ( bool ,
bool  )
inlineexplicit

Definition at line 302 of file gpu_shader_cxx_vector.hh.

◆ VecBase() [4/4]

VecBase< bool, 2 >::VecBase ( VecOp< float, 2 > )
inlineexplicit

Definition at line 304 of file gpu_shader_cxx_vector.hh.

Member Data Documentation

◆ []

union VecBase< bool, 2 > { ... } VecBase< bool, 2 >

◆ x

bool VecBase< bool, 2 >::x

Definition at line 295 of file gpu_shader_cxx_vector.hh.

◆ y

bool VecBase< bool, 2 >::y

Definition at line 295 of file gpu_shader_cxx_vector.hh.


The documentation for this struct was generated from the following file: