Peter Chen
Peter Chen
This PR is a fork of #377 . Adding real time statistics into the metric framework so it is easier to read.
Use common initialization for dx/vk/xr. Remove some dead code.
Move camera using controller. This is a proof of concept implementation - controller direction for movement direction - use the select button for moving (which conflict with the current ImGui...
DO NOT SUBMIT This is a thought experiment or template shenanigan as I'd like to call it... Slightly more flexible knob definition Note: - `KnobFlag` should also be directly replaced...
I'm creating this issue since I can't find the source for https://renderdoc.org/vulkan-layer-guide.html and make a pull request. In layer's `CreateDevice` function ``` 92 VK_LAYER_EXPORT VkResult VKAPI_CALL SampleLayer_CreateDevice(...) 97 { ......