You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix device limit exceeding for uniform buffer
This commit is contained in:
@@ -1222,7 +1222,7 @@ public:
|
||||
LIMIT_MAX_COMPUTE_WORKGROUP_SIZE_Z,
|
||||
};
|
||||
|
||||
virtual int limit_get(Limit p_limit) = 0;
|
||||
virtual uint64_t limit_get(Limit p_limit) = 0;
|
||||
|
||||
//methods below not exposed, used by RenderingDeviceRD
|
||||
virtual void prepare_screen_for_drawing() = 0;
|
||||
|
||||
Reference in New Issue
Block a user