Fix #34226: cycles shadow pass got incorrectly influenced by world multiple
importance sampleing.
This commit is contained in:
@@ -109,11 +109,11 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef NDEBUG
|
||||
/*#ifdef NDEBUG
|
||||
#define cuda_abort()
|
||||
#else
|
||||
#define cuda_abort() abort()
|
||||
#endif
|
||||
#endif*/
|
||||
|
||||
#define cuda_assert(stmt) \
|
||||
{ \
|
||||
|
Reference in New Issue
Block a user