EIRTeam / EIRTeam.FFmpeg

Plugin for godot that adds an FFmpeg-based decoder.
https://eirteam-docs.readthedocs.io/en/latest/documentation/ffmpeg/ffmpeg_getting_started.html
MIT License
152 stars 22 forks source link

Instructions for turning on Tracy? #16

Open sirus20x6 opened 10 months ago

sirus20x6 commented 10 months ago

just curious about how to do this? I think I have a couple of tricks that should speed things up, but I want to be sure and not just be guessing.

EIREXE commented 10 months ago

Hi, sorry for the late reply

For tracy you need to build the engine with this tracy module and use the tracy_enabled compile option. https://github.com/EIRTeam/godot/blob/swansong/modules/tracy

fwiw i plan to add support for YUV textures in the future, not sure how i'll do it yet though

sirus20x6 commented 10 months ago

thanks! I'm trying to add transparent video support, and we're extremely hardware limited in our application so tracy should help a lot