mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 20:42:56 +02:00
17 lines
287 B
Text
17 lines
287 B
Text
// glsl / C++ compatible source as interface for FadeEffect
|
|
#ifdef __cplusplus
|
|
# define INT32 glm::int32
|
|
#else
|
|
# define INT32 int
|
|
#endif
|
|
|
|
struct DebugParameters
|
|
{
|
|
INT32 _shadowCascadeIndex;
|
|
};
|
|
|
|
// <@if 1@>
|
|
// Trigger Scribe include
|
|
// <@endif@> <!def that !>
|
|
//
|
|
|