{{newin (日本語)|[[11.0 (日本語)|11.0]]|110|type=列挙型}}
Controls whether a [[Canvas]] has mipmaps, and its behaviour when it does.

== 定数 ==
;none:The Canvas has no mipmaps.
;manual:The Canvas has mipmaps. [[love.graphics.setCanvas]] can be used to render to a specific mipmap level, or [[Canvas:generateMipmaps]] can (re-)compute all mipmap levels based on the base level.
;auto:The Canvas has mipmaps, and all mipmap levels will automatically be recomputed when switching away from the Canvas with [[love.graphics.setCanvas]].

== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[love.graphics.newCanvas (日本語)]]
* [[parent::Canvas (日本語)]]

[[Category:Enums (日本語)]]
{{#set:Description=Controls whether a [[Canvas]] has mipmaps, and its behaviour when it does.}}
== そのほかの言語 ==
{{i18n (日本語)|MipmapMode}}