mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-09 07:40:28 +01:00
meta: Update comment about unsupported texture types.
Ken added support for 2DArray (commitec23d5197e) and 1DArray (commit14ca61125) last year. Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
parent
d4ff638504
commit
833fa9a8cd
1 changed files with 1 additions and 2 deletions
|
|
@ -150,8 +150,7 @@ prepare_mipmap_level(struct gl_context *ctx,
|
|||
|
||||
/**
|
||||
* Called via ctx->Driver.GenerateMipmap()
|
||||
* Note: We don't yet support 3D textures, 1D/2D array textures or texture
|
||||
* borders.
|
||||
* Note: We don't yet support 3D textures, or texture borders.
|
||||
*/
|
||||
void
|
||||
_mesa_meta_GenerateMipmap(struct gl_context *ctx, GLenum target,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue