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.
    • Constructor Detail

      • TextureInternalData

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