picogl.backend.gl.wrappers.vertex_array ======================================= .. py:module:: picogl.backend.gl.wrappers.vertex_array .. autoapi-nested-parse:: gl bind buffer wrapper Functions --------- .. autoapisummary:: picogl.backend.gl.wrappers.vertex_array.gl_bind_vertex_array picogl.backend.gl.wrappers.vertex_array.gl_is_vertex_array picogl.backend.gl.wrappers.vertex_array.gl_gen_vertex_arrays Module Contents --------------- .. py:function:: gl_bind_vertex_array(vao: int) gl_bind_vertex_array :param vao: int VAO handle; ``0`` unbinds the current VAO. .. py:function:: gl_is_vertex_array(handle: Any | None) -> bool .. py:function:: gl_gen_vertex_arrays() -> Callable