Jogl Shader programming

前端 未结 4 742
日久生厌
日久生厌 2020-12-29 15:14

I just started Shader programming(GLSL) and created a few with RenderMonkey. Now I want to use this Shaders in my java code. Are there any simple examples of how I do that?<

4条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-29 15:35

    The new version of Jogl adds as an Utility shader loading/compiling and Uniform setting/getting calls. Have a look at the API for the selection of methods.

提交回复
热议问题