Ignore:
Timestamp:
04/29/16 12:42:28 (9 years ago)
Author:
epyon
Message:
  • mass update (will try to do atomic from now)
File:
1 edited

Legend:

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

    r485 r491  
    4848                virtual texture create_texture( texture_type type, ivec2 size, image_format aformat, sampler asampler, const void* data = nullptr );
    4949                virtual texture create_texture( texture_type type, ivec3 size, image_format aformat, sampler asampler, const void* data = nullptr );
     50                virtual texture create_texture( texture_type type, pixel_format format );
     51                virtual void create_buffer( buffer b, size_t size, const void* source = nullptr );
    5052
    5153                virtual void release( buffer b );
Note: See TracChangeset for help on using the changeset viewer.