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.Ptrstatic WGPUTexture.Ptrstatic WGPUTexture.PtrWGPUTexture.Ptr.allocate(Arena arena, @Nullable WGPUTexture @NotNull [] values) static WGPUTexture.PtrWGPUTexture.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUTexture> values) static WGPUTexture.PtrWGPUTexture.Ptr.allocateV(Arena arena, @Nullable WGPUTexture value0, @Nullable WGPUTexture... values) WGPUTexture.Ptr.offset(long offset) WGPUTexture.Ptr.reinterpret(long newSize) Assume theWGPUTexture.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUTexture.Ptrthat 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).