change separator-comment lines

This commit is contained in:
Lex Darlog (DRL) 2026-02-23 02:35:05 -03:00
parent d2d750d9c4
commit 0a99f6828f

View File

@ -144,7 +144,7 @@ def _detect_pass_count(source: str) -> int:
return 1
# ----------------------------------------------------------
############################################################
class GLContext:
@ -497,7 +497,7 @@ class _GLContextOSMesa(GLContext):
OSMesaMakeCurrent(self._osmesa_ctx, self._osmesa_buffer, self._gl.GL_UNSIGNED_BYTE, 64, 64)
# ----------------------------------------------------------
############################################################
def _compile_shader(source: str, shader_type: int) -> int: