custom_directives.input 285 B

12345678
  1. // This example recognizes two additional preprocessor directives (as defined
  2. // in GLSL - OpenGL Shader Language).
  3. #version 150 core
  4. #extension all : require // trailing comment
  5. // the following directive is not supported, so it will trigger an exception
  6. #not_supported_directive