- Amsterdam/Netherlands
- https://www.blender.org
- Joined on
2008-11-30
I wasn't able to confirm it on
Operating system: Linux-6.8.0-47-generic-x86_64-with-glibc2.39 64 Bits, X11 UI
Graphics card: Quadro RTX 6000 NVIDIA Corporation NVIDIA 550.107.02 Vulkan…
This is a known issue.
- Cycles requires to own the vulkan buffers to do direct GPU->GPU sync. This isn't supported by the API and is requires development. @LukasStockner was mentioning he…
Not sure this is correct. I don't see where the space is added between the type and the name.
I am not able to reproduce although not on the same hardware/OS.
Operating system: macOS-14.6.1-arm64-arm-64bit 64 Bits
Graphics card: Metal API Apple M1 Ultra 1.2
My advice is to…
system-info
output
Almost there. Just some small adjustments.
I didn't noticed the extension_len during the previous review what lead to an incorrect advice from my side.
system-info
output
No need to create a function for this. Just combine with vk_extension_get
system-info
output
device_extensions_ is an Array no need to add bound checks.
system-info
output
use a better name than i
just use index
in this case
I added them the vulkan workarounds at the time I was comparing to OpenGL specs, not to what Blender actually needs. So fine by that. Vulkan only supports int to float conversions where the byte…
The cause is near where the different area images are composited to the back buffer. Here a subset of copies (sRGB based editors) and draw (color managed editors) are performed on the same…