Class Texture


  • @RequiresApi(api=24)
    public class Texture
    extends java.lang.Object
    Represents a reference to a texture.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Texture.Builder
      Factory class for Texture
      static class  Texture.Sampler
      Controls what settings are used to sample Textures when rendering.
      static class  Texture.Usage
      Type of Texture usage.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Texture.Builder builder()
      Constructs a default texture, if nothing else is set
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • builder

        public static Texture.Builder builder()
        Constructs a default texture, if nothing else is set