Changeset 2171


Ignore:
Timestamp:
Dec 23, 2012, 12:20:21 AM (10 years ago)
Author:
sam
Message:

neercs: more pre-shader4 compatibility tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/neercs/video/text.lolfx

    r2155 r2171  
    88in uint in_Char, in_Attr;
    99#else
    10 in vec4 in_Char, in_Attr;
    11 in float in_VertexID;
     10attribute vec4 in_Char, in_Attr;
     11attribute float in_VertexID;
     12#   define out varying
    1213#endif
    1314
     
    7980#version 130
    8081
     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
    8190in vec4 pass_Foreground;
    8291in vec4 pass_Background;
Note: See TracChangeset for help on using the changeset viewer.