~ubuntu-branches/debian/sid/boost1.49/sid

« back to all changes in this revision

Viewing changes to libs/wave/samples/custom_directives/custom_directives.input

  • Committer: Package Import Robot
  • Author(s): Steve M. Robbins
  • Date: 2012-02-26 00:31:44 UTC
  • Revision ID: package-import@ubuntu.com-20120226003144-eaytp12cbf6ubpms
Tags: upstream-1.49.0
ImportĀ upstreamĀ versionĀ 1.49.0

Show diffs side-by-side

added added

removed removed

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