#if STG_VULKAN_RENDERER #include "renderer_vulkan.c" #endif #if STG_OPENGL_RENDERER #error Not yet implemented #endif #if STG_WEBGL_RENDERER #error Not yet implemented #endif #if STG_DX11_RENDERER && __linux__ #include "renderer_d3d11.c" #endif