BluFedora Job System v1.0.0
This is a C++ job system library for use in game engines.
|
The memory requirements for a given configuration JobSystemCreateOptions
.
More...
#include <job_api.hpp>
Public Member Functions | |
JobSystemMemoryRequirements (const JobSystemCreateOptions &options={}) noexcept | |
Public Attributes | |
const JobSystemCreateOptions | options |
The options used to create the memory requirements. More... | |
std::size_t | byte_size |
The number of bytes the job system needed. More... | |
std::size_t | alignment |
The base alignment the pointer should be. More... | |
The memory requirements for a given configuration JobSystemCreateOptions
.
Definition at line 99 of file job_api.hpp.
|
noexcept |
Definition at line 720 of file job_system.cpp.
const JobSystemCreateOptions Job::JobSystemMemoryRequirements::options |
The options used to create the memory requirements.
Definition at line 101 of file job_api.hpp.
std::size_t Job::JobSystemMemoryRequirements::byte_size |
The number of bytes the job system needed.
Definition at line 102 of file job_api.hpp.
std::size_t Job::JobSystemMemoryRequirements::alignment |
The base alignment the pointer should be.
Definition at line 103 of file job_api.hpp.