|
Blender V4.5
|
#include <gpu_glsl_cpp_stubs.hh>
Public Types | |
| using | int_coord_type = VecBase<int, coord_dim> |
| using | flt_coord_type = VecBase<float, coord_dim> |
| using | derivative_type = VecBase<float, deriv_dim> |
| using | data_vec_type = VecBase<T, 4> |
| using | size_vec_type = VecBase<int, extent_dim> |
Static Public Attributes | |
| static constexpr int | coord_dim = Dimensions + int(Cube) + int(Array) |
| static constexpr int | deriv_dim = Dimensions + int(Cube) |
| static constexpr int | extent_dim = Dimensions + int(Array) |
Definition at line 523 of file gpu_glsl_cpp_stubs.hh.
| using SamplerBase< T, Dimensions, Cube, Array, Atomic, Depth >::data_vec_type = VecBase<T, 4> |
Definition at line 531 of file gpu_glsl_cpp_stubs.hh.
| using SamplerBase< T, Dimensions, Cube, Array, Atomic, Depth >::derivative_type = VecBase<float, deriv_dim> |
Definition at line 530 of file gpu_glsl_cpp_stubs.hh.
| using SamplerBase< T, Dimensions, Cube, Array, Atomic, Depth >::flt_coord_type = VecBase<float, coord_dim> |
Definition at line 529 of file gpu_glsl_cpp_stubs.hh.
| using SamplerBase< T, Dimensions, Cube, Array, Atomic, Depth >::int_coord_type = VecBase<int, coord_dim> |
Definition at line 528 of file gpu_glsl_cpp_stubs.hh.
| using SamplerBase< T, Dimensions, Cube, Array, Atomic, Depth >::size_vec_type = VecBase<int, extent_dim> |
Definition at line 532 of file gpu_glsl_cpp_stubs.hh.
|
staticconstexpr |
Definition at line 524 of file gpu_glsl_cpp_stubs.hh.
|
staticconstexpr |
Definition at line 525 of file gpu_glsl_cpp_stubs.hh.
|
staticconstexpr |
Definition at line 526 of file gpu_glsl_cpp_stubs.hh.