mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Apple: Use image atomic operations on supported Apple hardware
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
parent
9b22b41531
commit
5230f6c60c
32 changed files with 5354 additions and 719 deletions
|
@ -7979,6 +7979,7 @@ void RenderingDevice::_bind_methods() {
|
|||
BIND_ENUM_CONSTANT(SUPPORTS_METALFX_SPATIAL);
|
||||
BIND_ENUM_CONSTANT(SUPPORTS_METALFX_TEMPORAL);
|
||||
BIND_ENUM_CONSTANT(SUPPORTS_BUFFER_DEVICE_ADDRESS);
|
||||
BIND_ENUM_CONSTANT(SUPPORTS_IMAGE_ATOMIC_32_BIT);
|
||||
|
||||
BIND_ENUM_CONSTANT(LIMIT_MAX_BOUND_UNIFORM_SETS);
|
||||
BIND_ENUM_CONSTANT(LIMIT_MAX_FRAMEBUFFER_COLOR_ATTACHMENTS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue