Post

Replies

Boosts

Views

Activity

Comment on Changes in Metal 3.1
Wow, finally a universal display link across macOS an iOS. That's a big deal if you've ever had to translate between CVDisplayLink and CADisplayLink. CV doesn't have any frame rate controls, and this one has that and latency controls.
Topic: Graphics & Games SubTopic: General Tags:
Jun ’23
Comment on os_log doesn't log file/line to Xcode 15 console for C++ code
This is also a problem. os/log.h needs a warning level just like the compiler and all standard logging systems. No matter how much os_log wants to argue to not have one. Having to translate to default, error, fault is not good. Logger.warning() This method is functionally equivalent to the error(_:) method.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on Changes in Metal 3.1
Wow, finally a universal display link across macOS an iOS. That's a big deal if you've ever had to translate between CVDisplayLink and CADisplayLink. CV doesn't have any frame rate controls, and this one has that and latency controls.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23