You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The approach described in the link I provided seems to instantiate a CAMetalLayer, but the setLayer method in AppKit.rs takes in an integer as a parameter. It doesn't help that the official Apple documents don't seem to document the setLayer method: https://developer.apple.com/documentation/uikit/uiview/1622436-layer
Do you have any suggestions as to how to approach it from this end? Should there be defined constants to be used in this API?
I'm trying to figure out if setLayer as it is in AppKit supports setting a CAMetalLayer for an NSView.
The example I'm following is as follows: KhronosGroup/MoltenVK#78
I'm trying to get this to work to get MoltenVK working without resorting to writing ObjectiveC.
The text was updated successfully, but these errors were encountered: