Class TextureInternalData
- java.lang.Object
-
- pro.streem.ar.sceneform.resources.SharedReference
-
- pro.streem.ar.sceneform.rendering.TextureInternalData
-
public class TextureInternalData extends SharedReference
-
-
Constructor Summary
Constructors Constructor Description TextureInternalData(com.google.android.filament.Texture filamentTexture, Texture.Sampler sampler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonDispose()-
Methods inherited from class pro.streem.ar.sceneform.resources.SharedReference
release, retain
-
-
-
-
Constructor Detail
-
TextureInternalData
public TextureInternalData(com.google.android.filament.Texture filamentTexture, Texture.Sampler sampler)
-
-
Method Detail
-
onDispose
protected void onDispose()
- Specified by:
onDisposein classSharedReference
-
-