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