|
GLSL Struct 1.4.0
glslstruct
|
type visitor which gets array and sub arrays counts in format [0][1]... More...
#include <writer.hpp>
Public Member Functions | |
| glsl_array_count_getter (bool canBeVariableSize) noexcept | |
| template<class Type> | |
| void | visit (Type &&varType) |
| visitor function | |
| const std::string & | get_result () const noexcept |
| returns result | |
Private Attributes | |
| bool | _canBeVariableSize |
| check for variable size arrays | |
| std::string | _result |
| result | |
type visitor which gets array and sub arrays counts in format [0][1]...
|
explicitnoexcept |
|
nodiscardnoexcept |
returns result
|
inline |
visitor function
|
private |
check for variable size arrays
|
private |
result