SpiecsEngine
Loading...
Searching...
No Matches
EntryPoint.cpp
Go to the documentation of this file.
1
#
include
<
EntryPoint
.
h
>
2
#
include
"WhittedRTWorld.h"
3
4
namespace
Spices
{
5
6
std::shared_ptr<
World
>
CreateWorld
()
7
{
8
SPICES_PROFILE_ZONE
;
9
10
return
std::make_shared<
WhittedRTWorld
>();
11
}
12
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::WhittedRTWorld
Definition
WhittedRTWorld.h:8
Spices::World
World Class. This class defines the basic behaves of World. When we create an new world,...
Definition
World.h:41
Spices::CreateWorld
std::shared_ptr< World > CreateWorld()
extern WorldCreation definition in Game.
Definition
EntryPoint.cpp:6
Spices
Definition
EntryPoint.cpp:4
Samples
Renderer
WhittedRT
src
EntryPoint.cpp
Generated on Sun Mar 8 2026 10:23:08 for SpiecsEngine by
1.10.0