You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Camera ShaderSelection: avoid seg-fault
The test currently seg-faults after an EXPECT_*
statement is used to check for a nullptr and
the pointer is later dereferenced. Wrap the
subsequent check in an if statement to allow
the rest of the test to continue instead of
using ASSERT_*.
Signed-off-by: Steve Peters <[email protected]>
0 commit comments