6 lines
83 B
GLSL
6 lines
83 B
GLSL
#version 460
|
|
#pragma shader_stage(fragment)
|
|
|
|
#define RT 1
|
|
#include "./frag.h"
|