aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/src/ps/windows/PsWindowsAtomic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NvCloth/src/ps/windows/PsWindowsAtomic.cpp')
-rw-r--r--NvCloth/src/ps/windows/PsWindowsAtomic.cpp13
1 files changed, 9 insertions, 4 deletions
diff --git a/NvCloth/src/ps/windows/PsWindowsAtomic.cpp b/NvCloth/src/ps/windows/PsWindowsAtomic.cpp
index c78728f..fa9c115 100644
--- a/NvCloth/src/ps/windows/PsWindowsAtomic.cpp
+++ b/NvCloth/src/ps/windows/PsWindowsAtomic.cpp
@@ -30,9 +30,13 @@
#include "PsWindowsInclude.h"
#include "NvCloth/ps/PsAtomic.h"
-namespace physx
+/** \brief NVidia namespace */
+namespace nv
{
-namespace shdfnd
+/** \brief nvcloth namespace */
+namespace cloth
+{
+namespace ps
{
int32_t atomicExchange(volatile int32_t* val, int32_t val2)
@@ -92,5 +96,6 @@ int32_t atomicMax(volatile int32_t* val, int32_t val2)
return newValue;
}
-} // namespace shdfnd
-} // namespace physx
+} // namespace ps
+} // namespace cloth
+} // namespace nv