psemek/libs/gfx/source
2021-07-04 23:17:33 +03:00
..
effect Pimpl declaration macros now define a make_pimpl(...) static helper function 2021-01-23 10:42:14 +03:00
renderer Implement 2D convex separation routine & change separation return type 2021-05-07 17:37:45 +03:00
array.cpp Add OpenGL array class 2020-10-04 12:23:01 +03:00
buffer.cpp Uniformize GL objects' interface & add texture extern templates 2020-10-04 11:44:16 +03:00
error.cpp Support printing context to gfx::check_error 2021-05-29 18:38:28 +03:00
framebuffer.cpp Support texture array as framebuffer depth & stencil 2020-12-12 23:30:40 +03:00
fullscreen.cpp Refactor meshes: single unified mesh class 2020-10-04 17:22:38 +03:00
gl.cpp Update gl generator config (windows fixes) 2020-10-28 10:54:35 +03:00
mesh.cpp Make gfx::load_mesh return data instead of loading mesh directly 2021-03-07 19:05:13 +03:00
netpbm.cpp Move netpbm routines to netpbm.cpp 2021-02-27 18:13:40 +03:00
obj_parser.cpp Add Wavefront OBJ file parser 2020-09-25 23:16:20 +03:00
painter.cpp Support interpolated line color in gfx::painter 2021-06-20 15:53:08 +03:00
png.cpp Use io::stream for png input 2021-04-20 15:11:41 +03:00
program.cpp Proper move, reset & null-construct for gfx::program 2021-07-04 23:17:33 +03:00
renderbuffer.cpp Make gfx::renderbuffer::storage support template pixel types 2021-03-06 18:30:35 +03:00
texture.cpp Use the new OpenGL Loader Generator for the gl loader 2020-10-27 23:14:12 +03:00