CustomPlayerModels icon indicating copy to clipboard operation
CustomPlayerModels copied to clipboard

Compatibility with VulkanMod

Open BaiTian6641 opened this issue 2 years ago • 2 comments

The VulkanMod changed Minecraft render API from OpenGL to Vulkan, which provided a huge improvement in performance.

However, it required mod to make some adaptations to work with VulkanMod.

I install both CustomPlayerModels and VulkanMod, and the player model display is a totally black model and some GUI is broken.

The Minecraft version is 1.19.3, the CustomPlayerModels version is 0.6.5a, the VulkanMod version is 0.2.1, the fabric version is 0.14.13, and the fabric API version is 0.73.2.

2023-02-04_01 20 16 2023-02-04_01 30 42 2023-02-04_01 33 56

BaiTian6641 avatar Feb 03 '23 17:02 BaiTian6641

The Vulkan mod is missing RenderSystem.enableScissor, and DynamicTexture.setPixels implementation, you have to report this to them.

tom5454 avatar Feb 04 '23 14:02 tom5454

Ok, I will start an issue in the Vulkan mod.

BaiTian6641 avatar Feb 04 '23 17:02 BaiTian6641