79291912

Date: 2024-12-18 17:06:54
Score: 2
Natty:
Report link

vertex arrays are in WebGL 2, which all major browsers support. the equivalent functions in question are gl.createVertexArray() and gl.bindVertexArray(). see https://developer.mozilla.org/en-US/docs/Web/API/WebGLVertexArrayObject

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
Posted by: hacksoi