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