librain
librain copied to clipboard
Vulkan support into the Librain.plugin
Can anyone tell me how to implement the vulkan support found at https://github.com/skiselkov/librain/tree/9c02c0b32819782ba37b7bae8459c070f86c3689 into the librain.plugin?
yeah Vulcan doesn't seem to work out the box.
The plugin calls the drawing-function in the xplm_Phase_LastScene. This phase itself is not called anymore, though. So even Vulkan-Support has landed in the library, the plugin isn't ready.
is it possible to replace "xplm_Phase_LastScene" with "xplm_Phase_Modern3D" ?
thx!
WHen will librain work with Vulcan?