File tree Expand file tree Collapse file tree
src/main/java/net/vulkanmod/vulkan Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ archivesBaseName = project.archives_base_name
1010version = project. mod_version
1111group = project. maven_group
1212
13- project. ext. lwjglVersion = " 3.2.3 "
13+ project. ext. lwjglVersion = " 3.3.1 "
1414project. ext. jomlVersion = " 1.10.4"
1515project. ext. winNatives = " natives-windows"
1616project. ext. linuxNatives = " natives-linux"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments