~mmach/netext73/glslang

« back to all changes in this revision

Viewing changes to Test/preprocessor.pragma.vert

  • Committer: mmach
  • Date: 2020-02-05 18:22:02 UTC
  • Revision ID: netbit73@gmail.com-20200205182202-x6mj2xsqo1ngs0kq
8.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#version 310 es
 
2
 
 
3
#pragma optimize(on)
 
4
#pragma optimize(off)
 
5
#pragma debug(on)
 
6
#pragma debug(off)
 
7
 
 
8
#pragma undefined_pragma(x, 4)
 
9
 
 
10
#pragma once
 
11
 
 
12
int main() {
 
13
}