YoYoGames/GameMaker-HTML5

Bug: vertex_freeze does not return status code as documented

caroparo opened this issue · 0 comments

WebGL_vertex_freeze_RELEASE always returns undefined.

function WebGL_vertex_freeze_RELEASE(_buffer) {

This behavior is different from Windows platform's and what the documentation described.
https://manual-en.yoyogames.com/#t=GameMaker_Language%2FGML_Reference%2FDrawing%2FPrimitives%2Fvertex_freeze.htm

Also: freezing the same vbuffer multiple times seems to cause issues so the vbuff cannot be rendered.