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