eisrational
Results
2
issues of
eisrational
Sorry for the unclear issue title. Note that this issue is only with PyQt6 or PySide6, and not present in PyQt5 or PySide2. Here's the output of `vispy.sys_info()` ``` WARNING:...
In the Descriptor pool and sets chapter, under [Using descriptor sets](https://vulkan-tutorial.com/Uniform_buffers/Descriptor_pool_and_sets#page_Using-descriptor-sets), it is mentioned that before the following lines ``` rasterizer.cullMode = VK_CULL_MODE_BACK_BIT; rasterizer.frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE; ``` are added, that...