Uses of Record Class
club.doki7.webgpu.datatype.WGPUSamplerDescriptor.Ptr
Packages that use WGPUSamplerDescriptor.Ptr
-
Uses of WGPUSamplerDescriptor.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUSamplerDescriptor.PtrModifier and TypeMethodDescriptionstatic WGPUSamplerDescriptor.Ptr
WGPUSamplerDescriptor.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUSamplerDescriptor> consumer) @NotNull WGPUSamplerDescriptor.Ptr
WGPUSamplerDescriptor.Ptr.offset
(long offset) @NotNull WGPUSamplerDescriptor.Ptr
WGPUSamplerDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUSamplerDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSamplerDescriptor.Ptr
that uses the same backing storage as thisWGPUSamplerDescriptor.Ptr
, but with the new size.WGPUSamplerDescriptor.Ptr.slice
(long end) @NotNull WGPUSamplerDescriptor.Ptr
WGPUSamplerDescriptor.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).