Files
test/source/blender/gpu/intern
Hans Goudey 153abc372e GPU: Replace U32/I32 combination with GPU_FETCH_INT_TO_FLOAT in UI code
The conversion from int to float is not supported natively
so it ends up happening beforehand on the CPU or as a
step before the vertex buffer can be used. It's better to just
upload floats in the first place.

Related to:
- 1e1ac2bb9b
- 617858e453

Pull Request: https://projects.blender.org/blender/blender/pulls/138855
2025-05-14 15:15:21 +02:00
..
2025-02-18 15:36:50 +01:00
2025-05-13 17:08:32 +02:00
2025-05-12 19:54:03 +02:00