Greg Gutmann
Greg Gutmann
Is there documentation or a sample showing how to create a cross platform project? I saw there are batch files/scripts to add samples to this project, but I have not...
After setting up the clean-shutdown I was getting error messages and could not login to my Pi. After searching google I found this which I think something related. https://forums.pimoroni.com/t/zero-lipo-software-causes-failed-to-authenticate-error/5246/55 Update:...
Trying to find the key graph operations, and I am not finding an easy way to find the training operation. I added the following code to your python script from...
On windows I had to change the layers to VK_LAYER_KHRONOS_validation. That was due to a semi-recent change in Vulkan. then, On linux I had to add: ``` Threads X11 DL_LIB...
When using imgui docking (Feb 26th) with my own DX12 code if I do the following: 1. move an imgui window off of my DX12 window 2. let go of...