public class ImageRenderer extends Object
Constructor and Description |
---|
ImageRenderer() |
Modifier and Type | Method and Description |
---|---|
static void |
renderImage(com.jogamp.opengl.GL gl,
ByteBuffer image,
int imageWidth,
int imageHeight,
int screenWidth,
int screenHeight) |
static void |
renderImage(com.jogamp.opengl.GL gl,
ByteBuffer image,
int imageWidth,
int imageHeight,
int screenWidth,
int screenHeight,
float z) |
public static void renderImage(com.jogamp.opengl.GL gl, ByteBuffer image, int imageWidth, int imageHeight, int screenWidth, int screenHeight)
public static void renderImage(com.jogamp.opengl.GL gl, ByteBuffer image, int imageWidth, int imageHeight, int screenWidth, int screenHeight, float z)
Copyright © 2016. All rights reserved.