mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-11 00:37:53 +08:00
change separator-comment lines
This commit is contained in:
parent
d2d750d9c4
commit
0a99f6828f
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user