Ignore:
Timestamp:
05/28/15 10:21:10 (10 years ago)
Author:
epyon
Message:
  • stl/assert.hh, stl/capi.hh, size_t independent
  • GCC 4.8 compatibility
  • using template usage
  • various minor changes
File:
1 edited

Legend:

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

    r365 r376  
    329329}
    330330
    331 void gl_context::update( buffer b, const void* data, size_t offset, size_t size )
     331void gl_context::update( buffer b, const void* data, nv::size_t offset, nv::size_t size )
    332332{
    333333        const gl_buffer_info* info = static_cast< const gl_buffer_info* >( m_device->get_buffer_info( b ) );
     
    748748}
    749749
    750 void gl_context::draw( primitive prim, const render_state& rs, program p, vertex_array va, size_t count )
     750void gl_context::draw( primitive prim, const render_state& rs, program p, vertex_array va, nv::size_t count )
    751751{
    752752        apply_render_state( rs );
Note: See TracChangeset for help on using the changeset viewer.