You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +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:
@@ -952,6 +952,7 @@ public:
|
||||
// If not supported, a fragment shader with only side effects (i.e., writes to buffers, but doesn't output to attachments), may be optimized down to no-op by the GPU driver.
|
||||
SUPPORTS_FRAGMENT_SHADER_WITH_ONLY_SIDE_EFFECTS,
|
||||
SUPPORTS_BUFFER_DEVICE_ADDRESS,
|
||||
SUPPORTS_IMAGE_ATOMIC_32_BIT,
|
||||
};
|
||||
|
||||
enum SubgroupOperations {
|
||||
|
||||
Reference in New Issue
Block a user