6 lines
103 B
GLSL
6 lines
103 B
GLSL
#version 450
|
|
#pragma shader_stage(fragment)
|
|
|
|
#define DEFERRED_SAMPLING 1
|
|
#include "./base.frag.h"
|