![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "Headers/RenderPassCuller.h"
#include "Core/Headers/Configuration.h"
#include "Core/Headers/PlatformContext.h"
#include "ECS/Components/Headers/BoundsComponent.h"
#include "ECS/Components/Headers/RenderingComponent.h"
#include "Geometry/Shapes/Headers/Mesh.h"
#include "Graphs/Headers/SceneGraph.h"
#include "Platform/Video/Headers/GFXDevice.h"
#include "Rendering/Camera/Headers/Camera.h"
#include "Scenes/Headers/SceneState.h"
Go to the source code of this file.
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
namespace | Divide::anonymous_namespace{RenderPassCuller.cpp} |
Variables | |
constexpr U32 | Divide::anonymous_namespace{RenderPassCuller.cpp}::g_nodesPerCullingPartition = 8u |