Skip to content

Commit

Permalink
lwjgl 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Collateral committed Oct 9, 2022
1 parent d639d9a commit 1b04d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ archivesBaseName = project.archives_base_name
version = project.mod_version
group = project.maven_group

project.ext.lwjglVersion = "3.2.3"
project.ext.lwjglVersion = "3.3.1"
project.ext.jomlVersion = "1.10.4"
project.ext.winNatives = "natives-windows"
project.ext.linuxNatives = "natives-linux"
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/vulkanmod/vulkan/Vulkan.java
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ private static void createVma() {
allocatorCreateInfo.physicalDevice(physicalDevice);
allocatorCreateInfo.device(device);
allocatorCreateInfo.pVulkanFunctions(vulkanFunctions);
// allocatorCreateInfo.instance(instance);
allocatorCreateInfo.instance(instance);

PointerBuffer pAllocator = stack.pointers(VK_NULL_HANDLE);

Expand Down

0 comments on commit 1b04d8d

Please sign in to comment.