stk-code_catmod/lib/graphics_engine/include
Heiko Becker 0163e3fa88 Add missing includes to fix the build with gcc 13
Like other versions before, gcc 13 moved some includes around and as a
result <stdexcept> and <cstdio> are no longer transitively included.
Explicitly include them for std::runtime_error and snprintf.
2023-01-26 16:35:54 +01:00
..
glad Replace glew with glad with vulkan support 2020-12-04 09:39:06 +08:00
KHR Replace glew with glad with vulkan support 2020-12-04 09:39:06 +08:00
ge_animation.hpp Move struct Armature to GE 2022-07-25 10:54:27 +08:00
ge_gl_utils.hpp Add createFontTexture 2021-04-17 15:32:33 +08:00
ge_main.hpp Add fullscreen desktop option for non-ge capable device 2022-11-08 12:08:27 +08:00
ge_render_info.hpp Store and render custom vertex color in GERenderInfo 2022-10-18 15:07:11 +08:00
ge_spin_lock.hpp Add multithreading GEVulkanTexture loading 2022-04-18 12:16:27 +08:00
ge_spm_buffer.hpp Use GEVulkanDynamicSPMBuffer on streaming buffers 2022-11-29 13:02:36 +08:00
ge_spm.hpp Remove friend class in GE::GESPMBuffer 2022-09-11 15:04:38 +08:00
ge_texture.hpp Add ondemand texture loading for vulkan 2022-08-12 13:07:53 +08:00
ge_vma.hpp Add Vulkan Memory Allocator 2022-07-11 12:58:03 +08:00
ge_vulkan_driver.hpp Add rendering for GEVulkanDynamicSPMBuffer 2022-12-01 16:16:58 +08:00
ge_vulkan_dynamic_spm_buffer.hpp Add setDirtyOffset for GEVulkanDynamicSPMBuffer 2022-12-05 16:32:00 +08:00
ge_vulkan_features.hpp Add shader draw parameters detection 2022-09-30 14:42:06 +08:00
ge_vulkan_scene_manager.hpp Add render to texture support in GEVulkanDriver 2022-07-24 11:38:02 +08:00
ge_vulkan_texture_descriptor.hpp Add ondemand texture loading for vulkan 2022-08-12 13:07:53 +08:00
mini_glm.hpp Add getBulletQuaternion for MiniGLM 2022-10-13 12:12:07 +08:00
vk_mem_alloc.h Add missing includes to fix the build with gcc 13 2023-01-26 16:35:54 +01:00
vk_mvk_moltenvk.h Update to the latest MoltenVK and cctools 2022-12-11 11:22:22 +08:00
vk_platform.h Update to the latest MoltenVK and cctools 2022-12-11 11:22:22 +08:00
vulkan_wrapper.h Add Vulkan Memory Allocator 2022-07-11 12:58:03 +08:00