Bug 1514 - Allow passing through NativeLibrary artifact's required for 3rd party toolkits
Summary: Allow passing through NativeLibrary artifact's required for 3rd party toolkits
Status: RESOLVED FIXED
Alias: None
Product: Gluegen
Classification: JogAmp
Component: core (show other bugs)
Version: 2.6.0
Hardware: All all
: P4 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2025-07-05 13:21 CEST by Sven Gothel
Modified: 2025-07-05 13:23 CEST (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
gluegen bcf3913bbe94009c9576221301dd8c2750218a7d gluegen b2bf390d45d7e985f80c4ea36b5ade48726fd022 gluegen 7bb64273dcc7d0aaa7dfb78035b8650e3121375d jogl 4cd2e5a5f9c3e5ade8872371d0d54d747e51d57b jogl 17a55054d52c356c4bf4dd73bff7adec758df061
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2025-07-05 13:21:38 CEST
DynamicLibraryBundle: Expose 'GetProcAddressHandle'
Jogl's GLContext: Expose DynamicLibraryBundle itself to retrieve NativeLibrary instance for the libHandle.

These details allow 3rd parties to load same library function entry points as any GlueGen lib like Jogl.
Comment 1 Sven Gothel 2025-07-05 13:23:15 CEST
Resolved as described