Uses of Record Class
club.doki7.webgpu.handle.WGPUTexture.Ptr
Packages that use WGPUTexture.Ptr
-
Uses of WGPUTexture.Ptr in club.doki7.webgpu.handle
Methods in club.doki7.webgpu.handle that return WGPUTexture.PtrModifier and TypeMethodDescriptionstatic WGPUTexture.Ptr
static WGPUTexture.Ptr
static WGPUTexture.Ptr
WGPUTexture.Ptr.allocate
(Arena arena, @Nullable WGPUTexture @NotNull [] values) static WGPUTexture.Ptr
WGPUTexture.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUTexture> values) static WGPUTexture.Ptr
WGPUTexture.Ptr.allocateV
(Arena arena, @Nullable WGPUTexture value0, @Nullable WGPUTexture... values) WGPUTexture.Ptr.offset
(long offset) WGPUTexture.Ptr.reinterpret
(long newSize) Assume theWGPUTexture.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUTexture.Ptr
that uses the same backing storage as thisWGPUTexture.Ptr
, but with the new size.WGPUTexture.Ptr.slice
(long end) WGPUTexture.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).