We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2f998 commit 1fa688aCopy full SHA for 1fa688a
wgpu/backends/wgpu_native/_api.py
@@ -1974,10 +1974,7 @@ def _destroy(self):
1974
1975
class GPUPipelineBase(classes.GPUPipelineBase):
1976
def get_bind_group_layout(self, index):
1977
- """Get the bind group layout at the given index.
1978
-
1979
- Note that current wgpu-native aborts immediately if the index is out of range.
1980
- """
+ """Get the bind group layout at the given index."""
1981
if isinstance(self, GPUComputePipeline):
1982
# H: WGPUBindGroupLayout f(WGPUComputePipeline computePipeline, uint32_t groupIndex)
1983
layout_id = libf.wgpuComputePipelineGetBindGroupLayout(
0 commit comments