{{newin (日本語)|[[11.0 (日本語)|11.0]]|110|type=関数}}
Gets whether the Texture can be drawn and sent to a Shader.

[[Canvas]]es created with stencil and/or depth [[PixelFormat]]s are not readable by default, unless <code>readable=true</code> is specified in the settings table passed into [[love.graphics.newCanvas]].

Non-readable Canvases can still be rendered to.
== 関数 ==
=== 概要 ===
<source lang="lua">
readable = Texture:isReadable( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|boolean|readable|Whether the Texture is readable.}}
== 関連 ==
* [[parent::Texture (日本語)]]
* [[love.graphics.newCanvas (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets whether the Texture can be drawn sent to a Shader.}}
== そのほかの言語 ==
{{i18n (日本語)|Texture:isReadable}}