Top "Textures" questions

Textures are series of images used in computer graphics to associate locations on a visible surface with varying values.

Is 1024x1024 a widely supported OpenGL maximum texture size on the desktop?

I am creating a sprite engine that uses the concept of "graphics banks" to speed up rendering using batches. I …

opengl textures sprite
Implementing GLCM texture feature with scikit-image and Python

I am trying to implement a texture image as described in this tutorial using Python and skimage. The issue is …

python textures scikit-image glcm
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
CUDA - Multiprocessors, Warp size and Maximum Threads Per Block: What is the exact relationship?

I know that there are multiprocessors on a CUDA GPU which contain CUDA cores in them. In my workplace I …

caching memory cuda textures
Directx 11, send multiple textures to shader

using this code I can send one texture to the shader: devcon->PSSetShaderResources(0, 1, &pTexture); Of course i made …

c++ shader textures directx-11
Can OpenGL ES render textures of non base 2 dimensions?

This is just a quick question before I dive deeper into converting my current rendering system to openGL. I heard …

android opengl-es textures
WebGL create Texture

I successfully created a WebGL texture from an image and drew it into a canvas element. function initTexture(src) { texture = …

javascript html canvas textures webgl
Difference between sprite and texture?

Can you please explain the difference between texture and sprite? When we zoom in a sprite, it appears blurry because …

image unity3d textures sprite unity5
Scroll 2D/3D background via texture offset

I have been trying to make an infinite scrolling 2D background in Unity using a quad to display a Texture. …

c# unity3d textures offset tiling
Xna 4.0 3D Vertex example

I'm currently trying to make a simple square by combining two triangles, like in the tutorials by Riemer (Link to …

3d xna textures vertex xna-4.0