{{newinoldin|[[0.7.0]]|070|[[0.8.0]]|080|type=function|text=It has been renamed to [[love.graphics.newCanvas]]}}
Creates a new framebuffer object for offscreen rendering.
{{notice|Versions prior to 0.8.0 have Framebuffers that are susceptible to [[PO2_Syndrome|power of 2 syndrome]].}}
{{newobjectnotice (日本語)}}
== 関数 ==
=== 概要 ===
<source lang="lua">
framebuffer = love.graphics.newFramebuffer( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|Framebuffer|framebuffer|A new framebuffer with width/height equal to the window width/height.}}

== 関数 ==
=== 概要 ===
<source lang="lua">
framebuffer = love.graphics.newFramebuffer( width, height )
</source>
=== 引数 ===
{{param (日本語)|number|width|The desired width of the framebuffer.}}
{{param (日本語)|number|height|The desired height of the framebuffer.}}
=== 返値 ===
{{param (日本語)|Framebuffer|framebuffer|A new framebuffer with specified width and height.}}

== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[Constructs::Framebuffer (日本語)]]
* [[love.graphics.setRenderTarget (日本語)]]
[[Category:Functions (日本語)]]
[[Sub-Category::Object Creation (日本語)| ]]
{{#set:Description=Creates a new [[Framebuffer]].}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.newFramebuffer}}