psemek/libs/gfx/source
2023-07-22 00:49:15 +03:00
..
effect Make blur effect alpha-aware 2022-02-26 14:33:26 +03:00
renderer Android WIP: support OpenGL ES 3.2 and implement Android backend library 2023-07-18 15:43:14 +03:00
array.cpp Initialize gfx objects id to 0 in class instead of constructor 2022-11-30 17:31:47 +03:00
color.cpp Add color from text parsing 2022-05-21 21:44:38 +03:00
discrete_gpu.cpp Export variables that force use of dedicated discrete GPUs 2022-08-14 22:20:24 +03:00
dither.cpp Add ordered dither mask generation to gfx 2022-06-18 17:35:50 +03:00
error.cpp Support printing context to gfx::check_error 2021-05-29 18:38:28 +03:00
framebuffer.cpp Android WIP: support OpenGL ES 3.2 and implement Android backend library 2023-07-18 15:43:14 +03:00
fullscreen.cpp Refactor meshes: single unified mesh class 2020-10-04 17:22:38 +03:00
gltf_mesh.cpp Parse skins & animations in gltf parser 2023-03-25 19:50:32 +03:00
gltf_parser.cpp Support vertex colors in glTF parser 2023-03-30 20:46:31 +03:00
init.cpp Properly log graphics api name in gfx::init 2023-07-22 00:49:15 +03:00
memory.cpp Support retrieving available GPU memory size 2022-08-14 22:59:14 +03:00
mesh.cpp Setup gfx::mesh when loading imported mesh 2022-06-30 14:06:02 +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 Android WIP: support OpenGL ES 3.2 and implement Android backend library 2023-07-18 15:43:14 +03:00
pixel.cpp Android WIP: support OpenGL ES 3.2 and implement Android backend library 2023-07-18 15:43:14 +03:00
png.cpp Implement writing png pixmaps 2023-06-06 13:21:50 +03:00
program.cpp Don't call glUniformBlockBinding for unused uniform blocks 2022-11-30 17:34:59 +03:00
query.cpp Android WIP: support OpenGL ES 3.2 and implement Android backend library 2023-07-18 15:43:14 +03:00
renderbuffer.cpp Support multisample renderbuffers 2022-11-30 17:32:38 +03:00
texture.cpp Android WIP: support OpenGL ES 3.2 and implement Android backend library 2023-07-18 15:43:14 +03:00