Rob Cusimano
Rob Cusimano
I have a custom scene with a few 8K textures mapped to some geometry. After loading: * Click the X button to close Falcor (ForwardRenderer) * Continue to move the...
There are a lot of Vulkan warnings when closing ForwardRenderer. This should be addressed and cleaned up. While investigating #167 I came across some [odd code in VKResourceViews.cpp](https://github.com/NVIDIAGameWorks/Falcor/blob/master/Framework/Source/API/Vulkan/VKResourceViews.cpp#L189). When I...
Just saw [Matt Parker's latest video](https://www.youtube.com/watch?v=c33AZBnRHks) yesterday. Figured I'd contribute in my own small way. This change saves about ~200 microseconds on my machine during "File Load". * Added a...