Block a user
3614f414e8
Fix wrong texture type for render passes and gbuffer
9dabf7af4e
Change GPU_SHADER_INTERFACE_INFO to have only 1 argument
Fix: #128281 doesn't work for the render thread
I did it, but it's too much of a workaround (IMO) for something that is supposed to be a temporary hack for Overlay Next.
Fix: #128281 doesn't work for the render thread
Is that even needed now? Since finalize without recursion is threadsafe, it can happen anywhere?
Fix: #128281 doesn't work for the render thread
Document the parameter. Saying that the recursive option is not thread safe and that letting it by default is, and that non-recursive expects dependencies to be already finalized.
1e6529a0cc
Merge branch 'main' into gpu-create-info-mass-rename
7a36906ecd
GPU: CreateInfo: Add macros for C++ stubs
dcd80dbe15
GPU: GLSL C++ stubs
b7c6ce74eb
Merge branch 'blender-v4.3-release'
e7b2ec310f
Fix: GPv3: Some selection keybinds not working in edit mode
Clément Foucault
deleted branch gpu-create-info-macros from fclem/blender
2024-10-04 17:45:19 +02:00
GPU: CreateInfo: Add macros for C++ stubs
GPU: GLSL C++ stubs
GPU: Use macros for create infos
This conversion script can be run to update in flight PRs or branches. Just make sure to change the folder_path
to your own blender source folder.
import os
import re
# Function to…
GPU: Use macros for create infos
Clément Foucault
created branch gpu-create-info-mass-rename in fclem/blender
2024-10-04 16:52:26 +02:00