overte-HifiExperiments/libraries/render-utils/src/BloomThreshold.shared.slh
2018-09-06 08:59:07 -07:00

18 lines
322 B
Text

// glsl / C++ compatible source as interface for BloomThreshold
#ifdef __cplusplus
# define BT_VEC2 glm::vec2
#else
# define BT_VEC2 vec2
#endif
struct Parameters
{
BT_VEC2 _deltaUV;
float _threshold;
int _sampleCount;
};
// <@if 1@>
// Trigger Scribe include
// <@endif@> <!def that !>
//