2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-22 05:42:51 +00:00
Files
wave/samples/custom_directives/custom_directives.input

9 lines
285 B
Plaintext

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