Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion c/volk.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ module c
#define VK_NO_PROTOTYPES
#define VOLK_IMPLEMENTATION
#include <volk.h>
#include "@VMODROOT/c/loader_bridge.h"
2 changes: 2 additions & 0 deletions vulkan.v
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ module vulkan

import vulkan.c as _

#include "c/loader_bridge.h"

// Volk owns the Vulkan loader dispatch table used by this binding. Keep the
// declarations next to the public Vulkan types, while the implementation is
// compiled exactly once in c/volk.c.v.
Expand Down
Loading