aboutsummaryrefslogtreecommitdiff
path: root/APEX_1.4/framework/include
diff options
context:
space:
mode:
Diffstat (limited to 'APEX_1.4/framework/include')
-rw-r--r--APEX_1.4/framework/include/ApexSDKImpl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/APEX_1.4/framework/include/ApexSDKImpl.h b/APEX_1.4/framework/include/ApexSDKImpl.h
index 5718f0b5..5b80be1b 100644
--- a/APEX_1.4/framework/include/ApexSDKImpl.h
+++ b/APEX_1.4/framework/include/ApexSDKImpl.h
@@ -315,6 +315,15 @@ namespace nvidia
return mCustomDllNamePostfix.c_str();
}
+ bool isParticlesSupported() const
+ {
+#if APEX_USE_PARTICLES
+ return true;
+#else
+ return false;
+#endif
+ }
+
virtual ModuleIntl *getInternalModule(Module *module);
virtual Module *getModule(ModuleIntl *module);