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.PtrWGPUSurfaceDescriptor.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUSurfaceDescriptor> consumer) @NotNull WGPUSurfaceDescriptor.PtrWGPUSurfaceDescriptor.Ptr.offset(long offset) @NotNull WGPUSurfaceDescriptor.PtrWGPUSurfaceDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUSurfaceDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSurfaceDescriptor.Ptrthat uses the same backing storage as thisWGPUSurfaceDescriptor.Ptr, but with the new size.WGPUSurfaceDescriptor.Ptr.slice(long end) @NotNull WGPUSurfaceDescriptor.PtrWGPUSurfaceDescriptor.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).