Skip to content
Snippets Groups Projects
Commit 9a3715d0 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

Merge branch 'feature/refactor' into 'develop'

Feature/refactor

See merge request dgilbert/unrealopticalbench!3
parents 2715863d 113ae7df
Branches 4.24 develop
No related tags found
No related merge requests found
Showing
with 5802 additions and 5806 deletions
......@@ -21,7 +21,6 @@ UOptiXContext::UOptiXContext(const FObjectInitializer& ObjectInitializer)
optix::Context UOptiXContext::Init()
{
UOptiXGeometryGroup* Group = NewObject<UOptiXGeometryGroup>(this, UOptiXGeometryGroup::StaticClass());
try
{
NativeContext = optix::Context::create();
......
......@@ -6,8 +6,6 @@
#include "OptiXIncludes.h"
#include "OptiXDeclarations.h"
#include "OptiXBuffer.generated.h"
DECLARE_LOG_CATEGORY_EXTERN(OptiXPluginBuffer, Log, All);
......
......@@ -6,7 +6,6 @@
#include "OptiXIncludes.h"
#include "OptiXDeclarations.h"
#include "OptiXBuffer.h"
#include "OptiXTextureSampler.generated.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment