macroquad icon indicating copy to clipboard operation
macroquad copied to clipboard

Add glCheckFramebufferStatus to mq_js_bundle.js

Open ddmills opened this issue 5 months ago • 1 comments

add glCheckFramebufferStatus

fixes https://github.com/not-fl3/macroquad/issues/989

the diff is hard to read, i just added

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

ddmills avatar Aug 17 '25 00:08 ddmills

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.

kampffrosch94 avatar Aug 17 '25 07:08 kampffrosch94