{{newin|[[0.9.1]]|091|type=function}}
Sets whether wireframe lines will be used when drawing.

{{notice|This function does nothing on mobile devices and other systems which use OpenGL ES 2.}}
{{notice|Wireframe mode should only be used for debugging. The lines drawn with it enabled do not behave like regular love.graphics lines: their widths don't scale with the coordinate transformations or with [[love.graphics.setLineWidth]], and they don't use the smooth LineStyle.}}

== Function ==
=== Synopsis ===
<source lang="lua">
love.graphics.setWireframe( enable )
</source>
=== Arguments ===
{{param|boolean|enable|True to enable wireframe mode when drawing, false to disable it.}}
=== Returns ===
Nothing.

== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.isWireframe]]
[[Category:Functions]]
{{#set:Description=Sets whether wireframe lines will be used when drawing.}}
{{#set:Sub-Category=State}}
== Other Languages ==
{{i18n|love.graphics.setWireframe}}