{{newin|[[11.0]]|110|type=function}}
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.
== Function ==
=== Synopsis ===
<source lang="lua">
readable = Texture:isReadable( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|readable|Whether the Texture is readable.}}
== See Also ==
* [[parent::Texture]]
* [[love.graphics.newCanvas]]
[[Category:Functions]]
{{#set:Description=Gets whether the Texture can be drawn sent to a Shader.}}
== Other Languages ==
{{i18n|Texture:isReadable}}