Greg Gutmann
Greg Gutmann
From what I understand that script creates a new sample within the larger set of samples. Can it be used to create a stand alone project if run in an...
Standalone as in a new project using Vulkan that has no connection to any other Vulkan project or sample code (edit: it would have connections to code sets that are...
Okay thank you for the input. Being able to start from scratch was the main goal. Currently I do not know how to do that with Vulkan so that it...
Hi @TomAtkinsonArm thank you for the suggestion. I have been going back and forth with this so it is still appreciated. In my initial post I said I was using...
Thank you, I did not know about those. I will continue to investigate but I thought I would post an update. Also, posting these seems to help me think through...
Yes, I am using the win32 + dx12 backend for imgui. (not the rest of the dx12 app) No problem. I was mostly hoping that someone had come across this...
I also saw the same error probably. [ I installed via pip3 ] ``` Traceback (most recent call last): File "C:\Python311\Lib\site-packages\qspectrumanalyzer\plot.py", line 298, in update_plot self.waterfallImg.scale(x_scale) TypeError: scale(self): too many...