Skip to content

Add glCheckFramebufferStatus to mq_js_bundle.js#991

Open
ddmills wants to merge 1 commit into
not-fl3:masterfrom
ddmills:patch-1
Open

Add glCheckFramebufferStatus to mq_js_bundle.js#991
ddmills wants to merge 1 commit into
not-fl3:masterfrom
ddmills:patch-1

Conversation

@ddmills
Copy link
Copy Markdown

@ddmills ddmills commented Aug 17, 2025

add glCheckFramebufferStatus

fixes #989

the diff is hard to read, i just added

glCheckFramebufferStatus:function(e){return gl.checkFramebufferStatus(e)},

add glCheckFramebufferStatus
@kampffrosch94
Copy link
Copy Markdown

Probably a better idea to add that change here:
https://github.com/not-fl3/miniquad/blob/master/js/gl.js

What you changed is a bundle created from that file and a couple others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

render_target not working in wgsl

2 participants