Module conv

Source
Expand description

Contains simple 1:1 conversion functions.

Structsยง

ScalarString ๐Ÿ”’
Structure returned by glsl_scalar

Functionsยง

glsl_built_in ๐Ÿ”’
Helper function that returns the glsl variable name for a builtin
glsl_dimension ๐Ÿ”’
Helper function that returns the glsl dimension string of ImageDimension
glsl_interpolation ๐Ÿ”’
Helper function that returns the string corresponding to the glsl interpolation qualifier
glsl_sampling ๐Ÿ”’
Return the GLSL auxiliary qualifier for the given sampling value.
glsl_scalar ๐Ÿ”’
Helper function that returns scalar related strings
glsl_storage_format ๐Ÿ”’
Helper function that returns the glsl storage format string of StorageFormat
glsl_storage_qualifier ๐Ÿ”’
Helper function that returns the string corresponding to the address space