Top "Mipmaps" questions

Mipmaps (also MIP maps) are pre-calculated, optimized collections of images that accompany a main texture, intended to increase rendering speed and reduce aliasing artifacts.

Mipmaps vs. drawable folders

I'm working with Android Studio 1.1 Preview 1. I noticed that when I create a new project I'm getting the following hierarchy: …

android android-drawable mipmaps
Mipmap drawables for icons

Since Android 4.3 (Jelly Bean) we can now make use of the res/mipmap folders to store "mipmap" images. For example, …

android android-drawable mipmaps
How to load images from mipmap folder programmatically?

How to load images from the mipmap folder programmatically (as done with the drawables)? img.setImageResource(imageId); I am using …

android mipmaps
Android launcher icon still showing default in Android oreo

I Changed my application launcher icon using android studio 3.0.1 File -> Image Asset In Android version 8.1 icon looks like …

android android-studio-3.0 mipmaps
Unable to use android:icon="@mipmap/ic_launcher" in Manifest after play services 7.5.0

I have recently update play services using dependencies compile 'com.google.android.gms:play-services:7.5.0' My app icon launcher is …

android google-play-services drawable mipmaps
How to access automatic mipmap level in GLSL fragment shader texture?

How do I determine what mipmap level was used when sampling a texture in a GLSL fragment shader? I understand …

opengl textures glsl fragment-shader mipmaps
libgdx texture filters and mipmap

When I try to use mipmap filtering in LibGDX, none of the images appear. I'm new to LibGDX, and I …

java textures libgdx mipmaps
How to disable mipmaps in OpenGL

I am making 2D sprite engine in OpenGL and I want to disable mipmaps, as I do not need them. …

opengl mipmaps
Android Mipmap?

Whenever I try to generate a new Android project with AndroidStudio, it keeps hiding the folder "drawables". This has never …

android android-studio drawable mipmaps
How many mipmaps does a texture have in OpenGL

Nevermind that I'm the one who created the texture in the first place and I should know perfectly well how …

opengl textures pyopengl mipmaps