mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-13 21:50:06 +00:00
15 lines
158 B
Plaintext
15 lines
158 B
Plaintext
#version 310 es
|
|
|
|
#pragma optimize(on)
|
|
#pragma optimize(off)
|
|
#pragma debug(on)
|
|
#pragma debug(off)
|
|
|
|
#pragma undefined_pragma(x,4)
|
|
|
|
#pragma once
|
|
|
|
int main(){
|
|
}
|
|
|