destack:compute import destack:compute Namespaces - binding — binding namespace. Structs - Buffer — Typed storage allocated on one compute device. - BufferCopyRegion — Byte region copied between compute buffers. - BufferOptions — Allocation options for a compute buffer. - ComputeError — Portable compute error. - DeviceCapabilities — Compute capabilities exposed by one device. - DeviceLimits — Portable compute limits for one device. - DeviceMemory — Compute device memory snapshot. - DeviceProperties — Compute device properties visible to portable code. - DeviceQuery — Query used to select compute devices. - KernelParameter — Kernel parameter visible through reflection. - KernelSignature — Kernel entry point metadata. - MeshAxis — Named axis inside a compute mesh. - ProgramBinary — Binary compute program source. - ProgramDiagnostic — Diagnostic emitted while compiling a compute program. - ProgramLocation — Source location for a compute program diagnostic. - ProgramOptions — Compile options for one compute program. - ProgramReport — Report from compiling a compute program. - ProgramText — Text compute program source. - WorkgroupCount — Number of workgroups to dispatch. - WorkgroupSize — Workgroup size for one kernel dispatch. Enums - ComputeErrorKind — Compute failure category. - DeviceFeature — Optional compute feature exposed by a device. - DeviceKind — Compute execution and storage device kind. - HostAccess — Host mapping permission for a compute buffer. - KernelParameterKind — Kernel parameter kind. - ProgramDiagnosticSeverity — Severity of a compute program diagnostic. - ProgramFormat — Format for a compute program source. Newtypes - Device — Compute device identity and placement handle. - Event — Completion marker recorded on a compute stream. - Kernel — Callable entry point inside a compute program. - KernelArgument — Encoded kernel argument. - Mesh — Multi-device placement topology. - Program — Compiled compute code for one device. - ProgramSource — Compute program source. - Stream — Ordered command stream for one compute device. Interfaces - ComputeBinding — Compute binding family. Constants - compute — Current compute binding family.