Bug 778 - GLJPanel: Add API entry to define texture-unit for FBO/GLSL usage
Summary: GLJPanel: Add API entry to define texture-unit for FBO/GLSL usage
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: awt (show other bugs)
Version: 2
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2013-07-11 05:02 CEST by Sven Gothel
Modified: 2013-07-11 05:02 CEST (History)
0 users

See Also:
Type: ---
SCM Refs:
de2905a6fce37e7caf69b148ef4cf7f347559530
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2013-07-11 05:02:09 CEST

    
Comment 1 Sven Gothel 2013-07-11 05:02:45 CEST
    GLJPanel: Add remark about FBO / GLSL texture-unit usage in API doc; Add API entry to set/get texture unit (default 0).
    
    Allowing a user to set a specific texture-unit and to query the used texture-unit,
    allows one to avoid a collision w/ own texture programming .. i.e. removes the burden to setup all params etc.