Class MipMap


  • public class MipMap
    extends Util
    MipMap.java Created 11-jan-2004
    Author:
    Erik Duijs
    • Constructor Summary

      Constructors 
      Constructor Description
      MipMap()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int gluBuild2DMipmaps​(int target, int components, int width, int height, int format, int type, java.nio.ByteBuffer data)
      Method gluBuild2DMipmaps
      static int gluScaleImage​(int format, int widthIn, int heightIn, int typein, java.nio.ByteBuffer dataIn, int widthOut, int heightOut, int typeOut, java.nio.ByteBuffer dataOut)
      Method gluScaleImage.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MipMap

        public MipMap()
    • Method Detail

      • gluBuild2DMipmaps

        public static int gluBuild2DMipmaps​(int target,
                                            int components,
                                            int width,
                                            int height,
                                            int format,
                                            int type,
                                            java.nio.ByteBuffer data)
        Method gluBuild2DMipmaps
        Parameters:
        target -
        components -
        width -
        height -
        format -
        type -
        data -
        Returns:
        int
      • gluScaleImage

        public static int gluScaleImage​(int format,
                                        int widthIn,
                                        int heightIn,
                                        int typein,
                                        java.nio.ByteBuffer dataIn,
                                        int widthOut,
                                        int heightOut,
                                        int typeOut,
                                        java.nio.ByteBuffer dataOut)
        Method gluScaleImage.
        Parameters:
        format -
        widthIn -
        heightIn -
        typein -
        dataIn -
        widthOut -
        heightOut -
        typeOut -
        dataOut -
        Returns:
        int