Skip to content

Commit

Permalink
fixed typehinting for attribute in zengl.bind (__init__.pyi)
Browse files Browse the repository at this point in the history
  • Loading branch information
tank-king authored Jan 8, 2024
1 parent 8c03465 commit 9fa9507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zengl-stubs/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,6 @@ def camera(
size: float = 1.0,
clip: bool = False,
) -> bytes: ...
def bind(buffer: Buffer | None, layout: str, *attributes: Iterable[int]) -> List[VertexBufferBinding]: ...
def bind(buffer: Buffer | None, layout: str, *attributes: int) -> List[VertexBufferBinding]: ...
def calcsize(layout: str) -> int: ...
def loader(headless: bool = False) -> ContextLoader: ...

0 comments on commit 9fa9507

Please sign in to comment.