kidrigger / godot-video-reference

Reference plugin/interface to support Video Codecs in Godot 4.0 using GDExtension
MIT License
20 stars 5 forks source link

Does compilation enable GPU decompression? #5

Closed padreputativo closed 1 year ago

padreputativo commented 1 year ago

I would like to know if compiling this 'gdextension' increases performance or enables GPU decompression for any format. Thanks!

kidrigger commented 1 year ago

Uses thirdparty libraries. So you will have to check if there are any compile flags for the same. This plugin is a direct port of the godot 3.x Webm module.