Post

Replies

Boosts

Views

Activity

Reply to Copying Metal Texture Of Previous Drawable to Current Drawable With Alpha Information
After some realization about how the MTKView clears the buffer, I changed my system around to only contain one vertex buffer and one index buffer with quads to be sent to the GPU.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to NSBundle Redeclaration Error for Multiple Functions In Metal CPP
Okay so after updating the interface and changing the initialization of Metal it seems things build and link correctly.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to NSBundle Redeclaration Error for Multiple Functions In Metal CPP
The initial problem is fixed now that the Objective C way of Metal is being completely used instead of the C++ way, but now I get an error on the linking of the Objective C C++ mapping when calling Objective C functions from C++ files.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to NSBundle Redeclaration Error for Multiple Functions In Metal CPP
Also if you want to see the implementation it is at https://github.com/fentacoder/pen_engine in the ext/platforms/ios folder, any help is appreciated thank you.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22