- Amsterdam/Netherlands
- https://www.blender.org
- Joined on
2008-11-30
@mont29 I compile with WITH_GTEST=On
, WITH_OPENGL_DRAW_TEST=On
, WITH_VULKAN_BACKEND=On
.
To run the test I normally use the command line
`bin/tests/blender_test --gtest_filter=GPUVulkanTest.…
To my understanding draw_range has one required (unnamed) parameter program
and can have upto two keyword parameters (elem_start
, elem_count
). When I read '*' it means that there could be…
program should not have a default value and is required. I will remove it from the doc string. In previous versions the last used program would have been used, but that is not desired anymore.
Yes clamping here seems wrong. What I want to check is where this function is being used and if all code-paths would still work. I can imagine this is from the past where all colors where encoded…
We had a short chat with @brecht to see if there are reasons to post-pone this patch.
- This patch can land in Blender 3.5.
- The clamping for new texture data-blocks will be turned off. It was…
I will assign the task to me and look into it this week. It might be a missing edge case when we did the image engine. I do see the value of having this to work as described by the ticket.