diff options
| author | Andre Weissflog <floooh@gmail.com> | 2026-01-19 18:40:11 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2026-01-19 18:40:11 +0100 |
| commit | 5ad340c71c70d55c91eb8bcb9ed70ad18c635ee9 (patch) | |
| tree | b002c31d5a9fb7cd32b51993687c6b5b82399b52 /sokol_gfx.h | |
| parent | 133d1ddbcd59efc6cb8a5731b84a3c9f8b9ec00a (diff) | |
sokol_app/gfx.h: vulkan build instructions
Diffstat (limited to 'sokol_gfx.h')
| -rw-r--r-- | sokol_gfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sokol_gfx.h b/sokol_gfx.h index 8ab90e9e..f1e8e285 100644 --- a/sokol_gfx.h +++ b/sokol_gfx.h @@ -70,6 +70,7 @@ - on iOS with GL: OpenGLES - on Linux with EGL: GL or GLESv2 - on Linux with GLX: GL + - on Linux with Vulkan: vulkan - on Android: GLESv3, log, android - on Windows with the MSVC or Clang toolchains: no action needed, libs are defined in-source via pragma-comment-lib - on Windows with MINGW/MSYS2 gcc: compile with '-mwin32' so that _WIN32 is defined |