Skip to content

Commit

Permalink
work around other broken layers (DadSchoorse#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
pchome authored Dec 31, 2020
1 parent 59f00a1 commit a85f91e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vkdispatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 7,7 @@ namespace vkBasalt

void fillDispatchTableInstance(VkInstance instance, PFN_vkGetInstanceProcAddr gipa, InstanceDispatch* table)
{
table->GetInstanceProcAddr = gipa;
#define FORVKFUNC(func) \
do \
{ \
Expand All @@ -19,6 20,7 @@ namespace vkBasalt

void fillDispatchTableDevice(VkDevice device, PFN_vkGetDeviceProcAddr gdpa, DeviceDispatch* table)
{
table->GetDeviceProcAddr = gdpa;
#define FORVKFUNC(func) \
do \
{ \
Expand Down

0 comments on commit a85f91e

Please sign in to comment.