Skip to content

Add library loading overloads to support linux#7

Open
mberthaud wants to merge 1 commit into
EvergineTeam:masterfrom
mberthaud:initialization-overloads
Open

Add library loading overloads to support linux#7
mberthaud wants to merge 1 commit into
EvergineTeam:masterfrom
mberthaud:initialization-overloads

Conversation

@mberthaud

@mberthaud mberthaud commented Jul 13, 2026

Copy link
Copy Markdown

Currently this set of bindings wont work on linux because the Renderdoc native library path and name is effectively hard coded to be a windows specific path.

I added 2 overloads to let caller explicitly put the library name of the renderdoc library (so linux users can explicitly say librenderdoc.so) or just directly pass the handle to the native library they loaded themselves.

the input-less parameter version public static bool Load(out RenderDoc renderDoc) remains the same and will default to the windows specific path to preserve any old behavior.

@mberthaud mberthaud changed the title Add library loading overloads to Renderdoc loading Add library loading overloads to Renderdoc loading to support linux Jul 13, 2026
@mberthaud mberthaud changed the title Add library loading overloads to Renderdoc loading to support linux Add library loading overloads to support linux Jul 13, 2026
@Torphedo

Copy link
Copy Markdown

I second this, took me a bit to realize what was causing it not to load.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants