WaterMediaTeam / watermedia

Library and API for Multimedia, Powered by LibVLC. Working on pure JAVA and all Minecraft Modloaders
13 stars 10 forks source link

Vulkan Mod Compatability #93

Closed Zorklis closed 4 months ago

Zorklis commented 4 months ago

Getting crash when trying to play a video (very likely because of CreativeCore?)

Without Vulkan Mod it works fine

Zorklis commented 4 months ago

hs_err_pid8228.log

SrRapero720 commented 4 months ago

Watermedia doesn't support Vulkan, that's because it do direct openGL calls instead of rely on RenderSystem (For a very good reason)

Maybe in a future add support to vulkanmod in Watermedia? Unsure, I mean I didn't expect people using other rendering API than openGL, but I catalogued Watermedia as a library and not a mod

So, probably will stay unsupported for a while by Watermedia