Skip to content

fplConditionVariable Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores the condition variable structure. More...

#include <final_platform_layer.h>

Data Fields

Type Name
fplInternalConditionVariable internalHandle
The internal condition handle.
fpl_b32 isValid
Is it valid.

Detailed Description

Stores the condition variable structure.

Definition at line 7564 of file final_platform_layer.h.

Field Documentation

internalHandle

fplInternalConditionVariable fplConditionVariable::internalHandle

The internal condition handle.

Definition at line 7566 of file final_platform_layer.h.

isValid

fpl_b32 fplConditionVariable::isValid

Is it valid.

Definition at line 7568 of file final_platform_layer.h.


The documentation for this struct was generated from the following file:

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally