Package icyllis.arc3d.granite
Class TextureUtils
java.lang.Object
icyllis.arc3d.granite.TextureUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @SharedPtr GraniteImage
makeFromPixmap
(RecordingContext context, Pixmap pixmap, boolean mipmapped, boolean budgeted, String label) static it.unimi.dsi.fastutil.objects.ObjectIntPair
<@SharedPtr ImageViewProxy> makePixmapViewProxy
(RecordingContext context, Pixmap pixmap, boolean mipmapped, boolean budgeted, String label)
-
Constructor Details
-
TextureUtils
public TextureUtils()
-
-
Method Details
-
makePixmapViewProxy
@Nullable public static it.unimi.dsi.fastutil.objects.ObjectIntPair<@SharedPtr ImageViewProxy> makePixmapViewProxy(RecordingContext context, Pixmap pixmap, boolean mipmapped, boolean budgeted, String label) -
makeFromPixmap
@Nullable @SharedPtr public static @SharedPtr GraniteImage makeFromPixmap(RecordingContext context, Pixmap pixmap, boolean mipmapped, boolean budgeted, String label)
-