1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #99230 from paddy-exe/instance_uniforms_compatability_renderer

Implement 2D instance uniforms
This commit is contained in:
Thaddeus Crews
2024-12-19 19:59:37 -06:00
24 changed files with 626 additions and 168 deletions

View File

@@ -343,6 +343,8 @@ public:
RID material;
RID skeleton;
int32_t instance_allocated_shader_uniforms_offset = -1;
Item *next = nullptr;
struct CopyBackBuffer {