Skip to content

Commit

Permalink
Implement Settings To Control Rendering (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Jun 21, 2022
1 parent 9498996 commit a2cdf24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ add_library(ERS_STRUCT_RendererSettings

# Add Source Files (.cpp)
"ERS_STRUCT_RendererSettings.cpp"
"ERS_"
"ERS_ENUM_ShadowFilteringType.cpp"

# Add Header Files (.h)
"ERS_STRUCT_RendererSettings.h"
"ERS_ENUM_ShadowFilteringType.h"

${BACKWARD_ENABLE}
)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//======================================================================//
// This file is part of the BrainGenix-ERS Environment Rendering System //
//======================================================================//

#include <ERS_ENUM_ShadowFilteringType.h>

0 comments on commit a2cdf24

Please sign in to comment.