Package icyllis.arc3d.granite
Class TextureDataGatherer
java.lang.Object
icyllis.arc3d.granite.TextureDataGatherer
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(@SharedPtr ImageViewProxy textureView, SamplerDesc samplerDesc) void
close()
int[]
finish()
Returns a copied int array representing the texture binding.void
reset()
-
Constructor Details
-
TextureDataGatherer
public TextureDataGatherer()
-
-
Method Details
-
add
-
reset
public void reset() -
finish
public int[] finish()Returns a copied int array representing the texture binding. Holds repeated texture index and sampler index. -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-