public final class TextureCollection
extends java.lang.Object
public Texture get(int index)
index
- Zero-based sampler number. Textures are bound to samplers; samplers define sampling state such as the filtering mode and the address wrapping mode. Programmable shaders reference textures using this sampler number.public void set(int index, Texture value)
index
- Zero-based sampler number. Textures are bound to samplers; samplers define sampling state such as the filtering mode and the address wrapping mode. Programmable shaders reference textures using this sampler number.protected void finalize()
finalize
in class java.lang.Object