Diligent::FenceGLImpl class final

Fence object implementation in OpenGL backend.

Contents

Base classes

template<typename EngineImplTraits>
class FenceBase<EngineGLImplTraits>
Template class implementing base functionality of the fence object.

Public functions

auto GetCompletedValue() -> Uint64 final
Implementation of IFence::GetCompletedValue() in OpenGL backend.
void Reset(Uint64 Value) final
Implementation of IFence::Reset() in OpenGL backend.