Skip to main content

Module gpu_fence

Module gpu_fence 

Source
Expand description

GPU fence (synchronization primitive) management for oximedia-gpu.

Provides a CPU-side model for GPU fences used to track command completion, plus a pool that hands out and collects fences for reuse.

Structs§

GpuFence
A logical GPU fence (CPU-side descriptor).
GpuFencePool
A pool that manages a collection of GpuFence objects.

Enums§

FenceStatus
Lifecycle state of a GPU fence.