Merge pull request #63951 from reduz/framebuffer-cache

Add a Framebuffer cache
This commit is contained in:
Clay John 2022-08-05 09:45:37 -04:00 committed by GitHub
commit 8f05263bd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 436 additions and 23 deletions

View file

@ -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" />