Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Core/Reference.h>
#include <Jolt/Core/Color.h>
#include <Jolt/Core/Profiler.h>
#include <Jolt/Core/NonCopyable.h>
#include <Jolt/Core/StaticArray.h>
#include <Jolt/Core/Atomics.h>
#include "JobSystem.inl"
Go to the source code of this file.
Classes | |
class | JobSystem |
class | JobSystem::JobHandle |
class | JobSystem::Barrier |
A job barrier keeps track of a number of jobs and allows waiting until they are all completed. More... | |
class | JobSystem::Job |
A class that contains information for a single unit of work. More... | |
Typedefs | |
using | JobHandle = JobSystem::JobHandle |
using JobHandle = JobSystem::JobHandle |