menu
GpuPresentRequest
import { GpuPresentRequest } from "destack:gpu/binding";
Present request.
1export struct GpuPresentRequest {2 frameId: uint64;3 displayFrameId: uint64;4 presentAtNs: uint64;5}Members
frameId: uint64Surface frame identifier returned by
acquireSurface.displayFrameId: uint64Display frame identifier that drove this presentation.
presentAtNs: uint64Requested presentation timestamp in nanoseconds.