Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Oct 1, 2024
1 parent 04a5ae7 commit f4ecf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/backends/wgpu_native/_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,7 @@ def create_render_bundle_encoder(
)
return GPURenderBundleEncoder(label, render_bundle_id, self)

def create_query_set(self, *, label: str = "", type: "enums.QueryType", count: int):
def create_query_set(self, *, label: str = "", type: enums.QueryType, count: int):
return self._create_query_set(label, type, count, None)

def _create_statistics_query_set(self, label, count, statistics):
Expand Down

0 comments on commit f4ecf34

Please sign in to comment.