diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-10-13 13:16:46 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-10-13 13:16:46 +0200 |
| commit | 9222b395e2701e92bcf728f9d8bf501e31f33a9d (patch) | |
| tree | edc83e45fc76af1942e020abf39ff647cf2b6e72 /sokol_glue.h | |
| parent | fa4b703ae3c36b3c1df996b2d15d43046f0652d2 (diff) | |
sokol_gfx.h vk: backend scaffolding
Diffstat (limited to 'sokol_glue.h')
| -rw-r--r-- | sokol_glue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sokol_glue.h b/sokol_glue.h index 7a4295c0..2645d618 100644 --- a/sokol_glue.h +++ b/sokol_glue.h @@ -165,6 +165,7 @@ SOKOL_API_IMPL sg_environment sglue_environment(void) { res.d3d11.device = env.d3d11.device; res.d3d11.device_context = env.d3d11.device_context; res.wgpu.device = env.wgpu.device; + res.vulkan.device = env.vulkan.device; return res; } |