Uses of Record Class
club.doki7.webgpu.handle.WGPUBindGroupLayout.Ptr
Packages that use WGPUBindGroupLayout.Ptr
-
Uses of WGPUBindGroupLayout.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUBindGroupLayout.PtrModifier and TypeMethodDescriptionWGPUPipelineLayoutDescriptor.bindGroupLayouts()
Note: the returnedWGPUBindGroupLayout.Ptr
does not have correctsize()
property.Methods in club.doki7.webgpu.datatype with parameters of type WGPUBindGroupLayout.PtrModifier and TypeMethodDescriptionWGPUPipelineLayoutDescriptor.bindGroupLayouts
(WGPUBindGroupLayout.Ptr value) -
Uses of WGPUBindGroupLayout.Ptr in club.doki7.webgpu.handle
Methods in club.doki7.webgpu.handle that return WGPUBindGroupLayout.PtrModifier and TypeMethodDescriptionstatic WGPUBindGroupLayout.Ptr
static WGPUBindGroupLayout.Ptr
static WGPUBindGroupLayout.Ptr
WGPUBindGroupLayout.Ptr.allocate
(Arena arena, @Nullable WGPUBindGroupLayout @NotNull [] values) static WGPUBindGroupLayout.Ptr
WGPUBindGroupLayout.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUBindGroupLayout> values) static WGPUBindGroupLayout.Ptr
WGPUBindGroupLayout.Ptr.allocateV
(Arena arena, @Nullable WGPUBindGroupLayout value0, @Nullable WGPUBindGroupLayout... values) WGPUBindGroupLayout.Ptr.offset
(long offset) WGPUBindGroupLayout.Ptr.reinterpret
(long newSize) Assume theWGPUBindGroupLayout.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUBindGroupLayout.Ptr
that uses the same backing storage as thisWGPUBindGroupLayout.Ptr
, but with the new size.WGPUBindGroupLayout.Ptr.slice
(long end) WGPUBindGroupLayout.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).