Skip to content

fplSemaphoreHandle Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores the semaphore handle structure. More...

#include <final_platform_layer.h>

Data Fields

Type Name
fplInternalSemaphoreHandle internalHandle
The internal semaphore handle.
fpl_b32 isValid
Is it valid.

Detailed Description

Stores the semaphore handle structure.

Definition at line 7456 of file final_platform_layer.h.

Field Documentation

internalHandle

fplInternalSemaphoreHandle fplSemaphoreHandle::internalHandle

The internal semaphore handle.

Definition at line 7458 of file final_platform_layer.h.

isValid

fpl_b32 fplSemaphoreHandle::isValid

Is it valid.

Definition at line 7460 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