GpuMappedBufferRange import { GpuMappedBufferRange } from "destack:gpu/binding"; GPU mapped buffer range. export struct GpuMappedBufferRange { address: uint64; length: uint64; coherent: boolean; } language/library/src/gpu/binding/resource.ds:699:706 Members address: uint64 Host-visible pointer address represented as integer. length: uint64 Mapped byte length. coherent: boolean Whether cache coherence is guaranteed for this mapping.