Changeset 45 for trunk/nv/gl/gl_enum.hh


Ignore:
Timestamp:
05/28/13 17:55:52 (12 years ago)
Author:
epyon
Message:
  • temporary draw for context (and implementation)
  • cleaned up warnings
  • general cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/gl/gl_enum.hh

    r43 r45  
    1717#include <nv/interface/vertex_buffer.hh>
    1818#include <nv/interface/texture2d.hh>
     19#include <nv/interface/context.hh>
    1920#include <nv/types.hh>
    2021
     
    3536        unsigned int texture_filter_to_enum( texture2d_sampler::filter filter );
    3637        unsigned int texture_wrap_to_enum( texture2d_sampler::wrap wrap );
     38        unsigned int primitive_to_enum( primitive p );
    3739
    3840        unsigned int type_to_gl_enum( type type );
Note: See TracChangeset for help on using the changeset viewer.