Uses of Record Class
club.doki7.webgpu.handle.WGPUTextureView.Ptr
Packages that use WGPUTextureView.Ptr
-
Uses of WGPUTextureView.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUTextureView.PtrModifier and TypeMethodDescriptionWGPUBindGroupEntryExtras.textureViews()
Note: the returnedWGPUTextureView.Ptr
does not have correctsize()
property.Methods in club.doki7.webgpu.datatype with parameters of type WGPUTextureView.PtrModifier and TypeMethodDescriptionWGPUBindGroupEntryExtras.textureViews
(WGPUTextureView.Ptr value) -
Uses of WGPUTextureView.Ptr in club.doki7.webgpu.handle
Methods in club.doki7.webgpu.handle that return WGPUTextureView.PtrModifier and TypeMethodDescriptionstatic WGPUTextureView.Ptr
static WGPUTextureView.Ptr
static WGPUTextureView.Ptr
WGPUTextureView.Ptr.allocate
(Arena arena, @Nullable WGPUTextureView @NotNull [] values) static WGPUTextureView.Ptr
WGPUTextureView.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUTextureView> values) static WGPUTextureView.Ptr
WGPUTextureView.Ptr.allocateV
(Arena arena, @Nullable WGPUTextureView value0, @Nullable WGPUTextureView... values) WGPUTextureView.Ptr.offset
(long offset) WGPUTextureView.Ptr.reinterpret
(long newSize) Assume theWGPUTextureView.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUTextureView.Ptr
that uses the same backing storage as thisWGPUTextureView.Ptr
, but with the new size.WGPUTextureView.Ptr.slice
(long end) WGPUTextureView.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).