Skip to content

Commit 1b04d8d

Browse files
author
Collateral
committed
lwjgl 3.3.1
1 parent d639d9a commit 1b04d8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ archivesBaseName = project.archives_base_name
1010
version = project.mod_version
1111
group = project.maven_group
1212

13-
project.ext.lwjglVersion = "3.2.3"
13+
project.ext.lwjglVersion = "3.3.1"
1414
project.ext.jomlVersion = "1.10.4"
1515
project.ext.winNatives = "natives-windows"
1616
project.ext.linuxNatives = "natives-linux"

src/main/java/net/vulkanmod/vulkan/Vulkan.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ private static void createVma() {
461461
allocatorCreateInfo.physicalDevice(physicalDevice);
462462
allocatorCreateInfo.device(device);
463463
allocatorCreateInfo.pVulkanFunctions(vulkanFunctions);
464-
// allocatorCreateInfo.instance(instance);
464+
allocatorCreateInfo.instance(instance);
465465

466466
PointerBuffer pAllocator = stack.pointers(VK_NULL_HANDLE);
467467

0 commit comments

Comments
 (0)