menu
GpuMappedBufferRange
import { GpuMappedBufferRange } from "destack:gpu/binding";
GPU mapped buffer range.
1export struct GpuMappedBufferRange {2 address: uint64;3 length: uint64;4 coherent: boolean;5}Members
address: uint64Host-visible pointer address represented as integer.
length: uint64Mapped byte length.
coherent: booleanWhether cache coherence is guaranteed for this mapping.