Changeset 2171
- Timestamp:
- Dec 23, 2012, 12:20:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/neercs/video/text.lolfx
r2155 r2171 8 8 in uint in_Char, in_Attr; 9 9 #else 10 in vec4 in_Char, in_Attr; 11 in float in_VertexID; 10 attribute vec4 in_Char, in_Attr; 11 attribute float in_VertexID; 12 # define out varying 12 13 #endif 13 14 … … 79 80 #version 130 80 81 82 #define HAVE_SHADER_4 1 83 84 #if !HAVE_SHADER_4 85 # define out_Color gl_FragColor 86 # define in varying 87 # define out 88 #endif 89 81 90 in vec4 pass_Foreground; 82 91 in vec4 pass_Background;
Note: See TracChangeset
for help on using the changeset viewer.