diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-03-10 17:28:29 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-15 13:05:19 +0000 |
| commit | 7a7e0909fd016b95f70448f227c251a5a7da8423 (patch) | |
| tree | d68ae85cee257205d710f281077dbb9e73107a10 /src/c.zig | |
| parent | fix conditional compilation (diff) | |
| download | glsl-view-7a7e0909fd016b95f70448f227c251a5a7da8423.tar.gz glsl-view-7a7e0909fd016b95f70448f227c251a5a7da8423.zip | |
texture-share-vk output support
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,4 +15,9 @@ pub usingnamespace @cImport({ if (build_config.have_hap) { @cInclude("hap.h"); } + + if (build_config.have_tsv) { + @cInclude("texture_share_gl/texture_share_gl_client.h"); + @cInclude("texture_share_vk/config.hpp"); + } }); |
