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.Ptr
WGPUSurfaceTexture.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUSurfaceTexture> consumer) @NotNull WGPUSurfaceTexture.Ptr
WGPUSurfaceTexture.Ptr.offset
(long offset) @NotNull WGPUSurfaceTexture.Ptr
WGPUSurfaceTexture.Ptr.reinterpret
(long newSize) Assume theWGPUSurfaceTexture.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUSurfaceTexture.Ptr
that uses the same backing storage as thisWGPUSurfaceTexture.Ptr
, but with the new size.WGPUSurfaceTexture.Ptr.slice
(long end) @NotNull WGPUSurfaceTexture.Ptr
WGPUSurfaceTexture.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).