MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / requestFrame

Method requestFrame

packages/core/src/backend.ts:136–136  ·  view source on GitHub ↗

* Submit a frame to be rendered. * * Frame submission is async and must not block the main thread. * Drawlist bytes MUST match the backend's negotiated ZRDL version and MUST be * treated as immutable by the backend. * * @param drawlist - ZRDL drawlist bytes

(drawlist: Uint8Array)

Source from the content-addressed store, hash-verified

134 * @param drawlist - ZRDL drawlist bytes
135 */
136 requestFrame(drawlist: Uint8Array): Promise<void>;
137
138 /**
139 * Poll for the next event batch.

Callers 7

submitFrameMethod · 0.65
submitFrameMethod · 0.65
requestFrameMethod · 0.65
requestFrameFunction · 0.65
requestFrameFunction · 0.65

Implementers 3

StubBackendpackages/core/src/app/__tests__/stubBa
SemanticHarnessBackendpackages/core/src/testing/semanticScen
BenchBackendpackages/bench/src/backends.ts

Calls

no outgoing calls

Tested by

no test coverage detected