overte/libraries/render-utils/src/BloomApply.shared.slh
2018-07-06 11:52:24 +02:00

16 lines
278 B
Text

// glsl / C++ compatible source as interface for BloomApply
#ifdef __cplusplus
# define BA_VEC3 glm::vec3
#else
# define BA_VEC3 vec3
#endif
struct Parameters
{
BA_VEC3 _intensities;
};
// <@if 1@>
// Trigger Scribe include
// <@endif@> <!def that !>
//