Maven module :un.engine : engine-opengl-util :
Class : un.impl.opengl.resource.Texture3D
Extends/Implements : un.impl.opengl.resource.AbstractTexture
Subclasses : -

OpenGL constraints : GL2ES2
author  Johann Sorel


Variables : -
Functions : COLOR_RGBA, COLOR_RGBA2, VEC1_FLOAT, VEC2_FLOAT, VEC3_FLOAT, VEC4_FLOAT, Texture3D, Texture3D, getWidth, getHeight, getDepth, loadOnSystemMemory, loadOnGpuMemory



public TextureModel COLOR_RGBA ()

public TextureModel COLOR_RGBA2 ()

public TextureModel VEC1_FLOAT ()

public TextureModel VEC2_FLOAT ()

public TextureModel VEC3_FLOAT ()

public TextureModel VEC4_FLOAT ()


OpenGL constraints : GL2ES2
param  image
public void Texture3D (Image image, TextureModel info)


OpenGL constraints : GL2ES2
param  width
param  height
param  depth
param  model
public void Texture3D (int width, int height, int depth, TextureModel model)

public int getWidth ()

public int getHeight ()

public int getDepth ()


{@inheritDoc }
public void loadOnSystemMemory (GL gl)


OpenGL constraints : GL2ES2

{@inheritDoc }
public void loadOnGpuMemory (GL gl)