Class TextureInternalData


  • public class TextureInternalData
    extends SharedReference
    Represents shared data used by Textures for rendering. The data will be released when all Textures using this data are finalized.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • TextureInternalData

        public TextureInternalData​(com.google.android.filament.Texture filamentTexture,
                                   Texture.Sampler sampler)