summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-03-27Add arrow keycodesHEADmasteronelin
2026-03-27Add INT32 texture color formatonelin
2026-03-15Add support for SSBO buffersonelin
2026-03-15Macro funonelin
2026-03-15Assert all the thingsonelin
2026-03-15Assert no errors prior to creating texturesonelin
2026-03-15Check for TextureStorageXD errorsonelin
2026-03-15Add special buffer typesonelin
2026-03-10Its called ModelViewProjection not ViewProjectionModel0undefined
2026-02-19Refine performance measurementonelin
2026-02-19Include projects root include dironelin
2026-02-18Add window as void* to camera resize callbackonelin
2026-02-18Iterate camera-reset in seperate looponelin
2026-02-08Fix perspective favouringonelin
2025-12-20Only set default camera and callbacks if creating new rendering pipelineonelin
2025-12-20Move pipeline reset to rendering/windowonelin
2025-12-18Cleanup DEBUG printsonelin
2025-12-18Reset all cameras instead of just the first oneonelin
2025-12-18Add instance to window_initonelin
2025-12-18Add state to resize callbackonelin
2025-12-18Resize framebuffers on window resizeonelin
2025-12-18Setup/reset camerasonelin
2025-12-18Add framebuffer resizingonelin
2025-12-18Rework buffer parametersonelin
2025-12-18Try linear filtering:)onelin
2025-12-18Remove duplicate glBindFramebufferonelin
2025-12-18Enable face cullingonelin
2025-12-18Set clearcolor for debuggingonelin
2025-12-18Set target texture fmt to rgbonelin
2025-12-18Set depthbuffer to 32onelin
2025-12-18Add support for depth & stencil buffersonelin
2025-12-18Add r_clear_framebufferonelin
2025-12-18Enable depth test globallyonelin
2025-12-18TMPonelin
2025-12-18Bind framebufferonelin
2025-12-18Fix importsonelin
2025-12-18Split UNIMPLEMENTED implementation dependent on build typeonelin
2025-12-18Fix retrieving texture dimensions instead of formatonelin
2025-12-18Fix not returning compiled shaderonelin
2025-12-18Use `compile_shader_f` instead of source-string versiononelin
2025-12-18Add newlines to shader:)onelin
2025-12-18TMP Rework renderingonelin
2025-12-18Add UNIMPLEMENTED debug macroonelin
2025-12-18Add compile_shader for source stringsonelin
2025-12-18Add instance to state init & updateonelin
2025-11-28Fix state update typeonelin
2025-11-26Need to rework profilingonelin
2025-11-26Add render pipeline customizationonelin
2025-11-26Add `window_get_size`onelin
2025-11-26Add ASSERTonelin