remove mipmap texture filter from min_filter for rectangle textures

This commit is contained in:
Palana
2013-12-22 04:47:01 +01:00
parent 9218627892
commit 1dde992990
2 changed files with 24 additions and 2 deletions

View File

@@ -643,7 +643,7 @@ EXPORT bool texture_map(texture_t tex, void **ptr, uint32_t *row_bytes);
EXPORT void texture_unmap(texture_t tex);
/** special-case function (GL only) - specifies whether the texture is a
* GL_TEXTURE_RECTANGLE type, which doesn't use normalized texture
* coordinates */
* coordinates, doesn't support mipmapping, and requires address clamping */
EXPORT bool texture_isrect(texture_t tex);
EXPORT void cubetexture_destroy(texture_t cubetex);