RuntimeMeshComponentPlugin.cpp
Go to the documentation of this file.
1 // Copyright 2016-2018 Chris Conway (Koderz). All Rights Reserved.
2 
4 #include "CustomVersion.h"
5 #include "RuntimeMeshCore.h"
6 
7 // Register the custom version with core
9 
10 
12 {
14  virtual void StartupModule() override;
15  virtual void ShutdownModule() override;
16 };
17 
18 IMPLEMENT_MODULE(FRuntimeMeshComponentPlugin, RuntimeMeshComponent)
19 
20 
22 {
23 
24 }
25 
27 {
28 
29 }
30 
31 DEFINE_LOG_CATEGORY(RuntimeMeshLog);
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
FCustomVersionRegistration GRegisterRuntimeMeshCustomVersion(FRuntimeMeshVersion::GUID, FRuntimeMeshVersion::LatestVersion, TEXT("RuntimeMesh"))
static const FGuid GUID
DEFINE_LOG_CATEGORY(RuntimeMeshLog)


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:41