mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
14 lines
172 B
GLSL
14 lines
172 B
GLSL
#version 310 es
|
|
|
|
#pragma optimize(on)
|
|
#pragma optimize(off)
|
|
#pragma debug(on)
|
|
#pragma debug(off)
|
|
|
|
#pragma undefined_pragma(x, 4)
|
|
|
|
#pragma once
|
|
|
|
int main() {
|
|
}
|