Skip to content

Commit

Permalink
Keep using Vulkan internal utils in VMA
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Jan 8, 2021
1 parent 2c79f7b commit ef54b5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generate-new/vma/VMA/RenderParams.hs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ renderParams handles = r
, objectTypePattern = const Nothing
, extensibleStructTypeMemberName = Nothing
, extensibleStructTypeType = Nothing
, modulePrefix = "VulkanMemoryAllocator"
, -- TODO: Handle this a bit neater, this is Vulkan because we reuse what's
-- defined in Vulkan everywhere 'modulePrefix' is used
modulePrefix = "Vulkan"
, commandOverrides = const Nothing
}

Expand Down

0 comments on commit ef54b5f

Please sign in to comment.