Uses of Record Class
club.doki7.webgpu.datatype.WGPUSurfaceConfigurationExtras.Ptr
Packages that use WGPUSurfaceConfigurationExtras.Ptr
-
Uses of WGPUSurfaceConfigurationExtras.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUSurfaceConfigurationExtras.PtrModifier and TypeMethodDescriptionWGPUSurfaceConfigurationExtras.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUSurfaceConfigurationExtras> consumer) @NotNull WGPUSurfaceConfigurationExtras.PtrWGPUSurfaceConfigurationExtras.Ptr.offset(long offset) @NotNull WGPUSurfaceConfigurationExtras.PtrWGPUSurfaceConfigurationExtras.Ptr.reinterpret(long newSize) Assume theWGPUSurfaceConfigurationExtras.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSurfaceConfigurationExtras.Ptrthat uses the same backing storage as thisWGPUSurfaceConfigurationExtras.Ptr, but with the new size.WGPUSurfaceConfigurationExtras.Ptr.slice(long end) @NotNull WGPUSurfaceConfigurationExtras.PtrWGPUSurfaceConfigurationExtras.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).