Merge pull request #63951 from reduz/framebuffer-cache
Add a Framebuffer cache
This commit is contained in:
commit
8f05263bd5
11 changed files with 436 additions and 23 deletions
|
|
@ -305,6 +305,12 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="framebuffer_is_valid" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="framebuffer" type="RID" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="free_rid">
|
||||
<return type="void" />
|
||||
<argument index="0" name="rid" type="RID" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue