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