Skip to content

fplMutexHandle Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores the mutex handle structure. More...

#include <final_platform_layer.h>

Data Fields

Type Name
fplInternalMutexHandle internalHandle
The internal mutex handle.
fpl_b32 isValid
Is it valid.

Detailed Description

Stores the mutex handle structure.

Definition at line 7481 of file final_platform_layer.h.

Field Documentation

internalHandle

fplInternalMutexHandle fplMutexHandle::internalHandle

The internal mutex handle.

Definition at line 7485 of file final_platform_layer.h.

isValid

fpl_b32 fplMutexHandle::isValid

Is it valid.

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