Passing nullopt as RenderTaskDesc.m_properties crashes
Nielsbishere opened this issue · 1 comments
Nielsbishere commented
Describe the bug
Passing nullopt as RenderTaskDesc.m_properties crashes
To Reproduce
Replace d3d12_cubemap_convolution.hpp's m_properties with std::nullopt.
Expected behaviour
It shouldn't crash, because it's unused.
Desktop (please complete the following information):
N.A.
Additional context
N.A.
VZout commented
Fixed it!