psemek/libs/gfx/include/psemek/gfx
2022-02-17 18:52:31 +03:00
..
effect Add blur effect 2020-12-09 23:19:27 +03:00
renderer Deferred renderer: support retrieving depth buffer 2020-12-14 14:12:43 +03:00
armature.hpp Add inverse(bone_transform) 2021-08-12 21:51:11 +03:00
array.hpp Add OpenGL array class 2020-10-04 12:23:01 +03:00
attribs.hpp Fix gfx::setup for instanced attributes 2021-07-18 12:32:20 +03:00
buffer.hpp Turn gfx::buffer to a templated gfx::basic_buffer to support different buffer types 2021-07-13 11:44:23 +03:00
color.hpp Add coloru16 converters 2021-04-02 11:04:50 +03:00
drawable.hpp Introduce gfx::drawable interface 2020-09-29 19:19:20 +03:00
error.hpp Support printing context to gfx::check_error 2021-05-29 18:38:28 +03:00
framebuffer.hpp Add name parameter to framebuffer::assert_complete for better error reporting 2021-07-21 23:46:30 +03:00
fullscreen.hpp Refactor meshes: single unified mesh class 2020-10-04 17:22:38 +03:00
gl.hpp Update gl generator config (windows fixes) 2020-10-28 10:54:35 +03:00
mesh.hpp Add gfx::mesh::create(imported_mesh) 2021-07-24 10:13:57 +03:00
obj_parser.hpp Add Wavefront OBJ file parser 2020-09-25 23:16:20 +03:00
painter.hpp Support interpolated line color in gfx::painter 2021-06-20 15:53:08 +03:00
pixel.hpp Fix uint16_t pixel traits 2021-04-02 11:05:08 +03:00
pixmap.hpp Use io::stream for png input 2021-04-20 15:11:41 +03:00
program.hpp Support setting program uniform by location 2021-07-13 11:54:22 +03:00
query.hpp Mark query_scope as maybe unused 2020-12-12 16:18:14 +03:00
render_target.hpp Add gfx::render_target helper struct 2020-10-25 15:44:43 +03:00
renderbuffer.hpp Make gfx::renderbuffer::storage support template pixel types 2021-03-06 18:30:35 +03:00
texture.hpp Add mipmap calculation function 2021-07-05 12:18:15 +03:00
texture_atlas.hpp Add texture atlas implementation 2022-02-10 13:29:47 +03:00
texture_view.hpp Fix gfx::texture_view::size 2022-02-17 18:52:31 +03:00