3#include <Foundation/Math/Mat4.h>
4#include <Foundation/Strings/String.h>
5#include <Foundation/Types/RefCounted.h>
6#include <Foundation/Types/SharedPtr.h>
7#include <RendererCore/Rasterizer/Thirdparty/Occluder.h>
8#include <RendererCore/RendererCoreDLL.h>
Provides functions to generate standard geometric shapes, such as boxes, spheres, cylinders,...
Definition Geometry.h:17
Provides a simple mechanism for mutual exclusion to prevent multiple threads from accessing a shared ...
Definition Mutex.h:13
Definition RasterizerObject.h:13
Definition RasterizerView.h:16
Base class for reference counted objects.
Definition RefCounted.h:52
A Shared ptr manages a shared object and destroys that object when no one references it anymore....
Definition SharedPtr.h:10
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34