Skip to content

Commit

Permalink
type hint viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed Oct 24, 2021
1 parent b020841 commit 1414927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zengl.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class Instance:
index_buffer: Buffer | None = None, vertex_count: int = 0, instance_count: int = 0, short_index: bool = False,
primitive_restart: bool = False, point_size: float = 1.0, line_width: float = 1.0, front_face: str = 'ccw', cull_face: str = 'none',
color_mask: int = 0xffffffffffffffff, depth: DepthSettings | bool | None = None, stencil: StencilSettings | None = None,
blending: BlendingSettings | None = None, polygon_offset: PolygonOffsetSettings | None = None) -> Renderer: ...
blending: BlendingSettings | None = None, polygon_offset: PolygonOffsetSettings | None = None, viewport: Tuple[int, int, int, int] | None) -> Renderer: ...


def instance(context: Context | Any) -> Instance: ...
Expand Down

0 comments on commit 1414927

Please sign in to comment.