Home
last modified time | relevance | path

Searched defs:CubemapAttribute (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
DCubemapAttribute.java24 public class CubemapAttribute extends Attribute { class
36 public CubemapAttribute (final long type) { in CubemapAttribute() method in CubemapAttribute
42 …public <T extends Cubemap> CubemapAttribute (final long type, final TextureDescriptor<T> textureDe… in CubemapAttribute() method in CubemapAttribute
47 public CubemapAttribute (final long type, final Cubemap texture) { in CubemapAttribute() method in CubemapAttribute
52 public CubemapAttribute (final CubemapAttribute copyFrom) { in CubemapAttribute() method in CubemapAttribute