Ignore:
Timestamp:
02/15/15 21:33:48 (10 years ago)
Author:
epyon
Message:
  • gui hover and selected support
  • minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gl/gl_enum.cc

    r350 r351  
    180180        case RGB16F  : return GL_RGB;
    181181        case RGBA16F : return GL_RGBA;
     182        case BGR     : return GL_BGR;
     183        case BGRA    : return GL_BGRA;
    182184        NV_RETURN_COVERED_DEFAULT( 0 );
    183185        }
     
    194196        case RGB16F  : return GL_RGBA16F;
    195197        case RGBA16F : return GL_RGBA16F;
     198        case BGR     : return GL_RGB8;
     199        case BGRA    : return GL_RGBA8;
    196200        NV_RETURN_COVERED_DEFAULT( 0 );
    197201        }
Note: See TracChangeset for help on using the changeset viewer.