From d1c812f1162e5fdb13c215792725b2591d7428f5 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Fri, 15 Sep 2017 15:41:57 -0500 Subject: PhysX 3.4.1, APEX 1.4.1 Release @22845541 --- APEX_1.4/framework/include/ApexSDKImpl.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'APEX_1.4/framework/include/ApexSDKImpl.h') 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); -- cgit v1.2.3