8 lines
129 B
GLSL
8 lines
129 B
GLSL
#version 450
|
|
#pragma shader_stage(compute)
|
|
|
|
#define MULTISAMPLING 0
|
|
#define DEFERRED_SAMPLING 0
|
|
|
|
#include "./vxgi.comp.h"
|