{{newin|[[0.10.2]]|102|type=function}}
Gets reference texture dimensions initially specified in [[love.graphics.newQuad]].
== Function ==
=== Synopsis ===
<source lang="lua">
sw, sh = Quad:getTextureDimensions( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|sw|The Texture width used by the Quad.}}
{{param|number|sh|The Texture height used by the Quad.}}
== See Also ==
* [[parent::Quad]]
* [[Quad:getViewport]]
[[Category:Functions]]
{{#set:Description=Gets reference texture dimensions initially specified in [[love.graphics.newQuad]].}}
== Other Languages ==
{{i18n|Quad:getTextureDimensions}}