mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 17:16:14 +03:00
14 lines
214 B
GLSL
14 lines
214 B
GLSL
#ifndef SHARED_CBT_GLSL
|
|
#define SHARED_CBT_GLSL
|
|
|
|
#define CBT_SET_INDEX 0
|
|
#define CBT_BINDING_INDEX 0
|
|
#include "cbt.glsl"
|
|
|
|
layout (push_constant) uniform PushConsts
|
|
{
|
|
int u_CbtID;
|
|
int u_PassID;
|
|
};
|
|
|
|
#endif |