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