com.metsci.glimpse.gl.texture
Class FloatTexture1D

java.lang.Object
  extended by com.metsci.glimpse.gl.texture.AbstractTexture
      extended by com.metsci.glimpse.gl.texture.FloatTexture1D
All Implemented Interfaces:
Texture

public class FloatTexture1D
extends AbstractTexture

A one dimensional texture storing float values.

Author:
osborn

Nested Class Summary
static interface FloatTexture1D.MutatorFloat1D
           
 
Constructor Summary
FloatTexture1D(int n0)
           
 
Method Summary
 void mutate(FloatTexture1D.MutatorFloat1D mutator)
           
 
Methods inherited from class com.metsci.glimpse.gl.texture.AbstractTexture
dispose, getDimensionSize, getNumDimension, isDirty, isResident, makeDirty, prepare
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatTexture1D

public FloatTexture1D(int n0)
Method Detail

mutate

public void mutate(FloatTexture1D.MutatorFloat1D mutator)


Copyright © 2012 Metron, Inc.. All Rights Reserved.