promotional bannermobile promotional banner

vulkan-create-compatibility

Fixes VulkanMod + Create crashes on Fabric 1.20.1 by remapping unsupported depth/stencil formats, framebuffer attachments and other things

File Details

vulkan-create-compat 3

  • R
  • Mar 24, 2026
  • 14.68 KB
  • 82
  • 1.20.1
  • Fabric

File Name

vulkan-create-compat-3.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:vulkan-create-compatibility-1478247:7805174"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

 3.0

- Fixed a startup crash on some newer GPUs/drivers where VulkanMod could run out of LWJGL MemoryStack space during Vulkan extension detection.
- Added an early Fabric pre-launch compatibility hook to raise LWJGL stack size before Vulkan initializes.
- Improved compatibility across more hardware and driver setups.
- Respects manual `org.lwjgl.system.stackSize` launch overrides if the user already sets one.