Package GLOOP

Class GLTex

java.lang.Object
GLOOP.GLTex

class GLTex extends Object
GLOOP (Graphics Library for object oriented programming)
Version:
4.30 (Dezember 2022)
Author:
(Copyright) Volker Quade, volker.e.quade@gmail.com
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    com.jogamp.opengl.GL2
     
    com.jogamp.opengl.util.texture.Texture
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    GLTex(com.jogamp.opengl.util.texture.Texture pTex, com.jogamp.opengl.GL2 pGL2)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • text

      public com.jogamp.opengl.util.texture.Texture text
    • kGL2

      public com.jogamp.opengl.GL2 kGL2
  • Constructor Details

    • GLTex

      GLTex(com.jogamp.opengl.util.texture.Texture pTex, com.jogamp.opengl.GL2 pGL2)