vulkan-playground/glsl_shared.h
2024-11-11 11:15:08 +03:00

13 lines
233 B
C

#ifndef GLSL_SHARED_H
#define GLSL_SHARED_H
#define CONV_SLINEAR 0
#define CONV_ULINEAR 1
#define CONV_565 2
#define CONV_4444 3
#define CONV_888 4
#define CONV_332 5
#define CONV_888S 6
#define CONV_565L 7
#endif // GLSL_SHARED_H