Replies: 3 comments 2 replies
-
It was test on windows, will add test for apple(Metal) platform later, thanks for you provide the information. |
Beta Was this translation helpful? Give feedback.
0 replies
-
How can I use an Effekseer test? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The 616cd21 commit added Effekseer libraries, is it tested to work with axmol? I have integrated Effekseer in my fork, there required some changes on both side, the library and the engine.
E.g. in Effekseer+Metal.mm
#include "renderer/backend/metal/Utils.h"
-> #include "renderer/backend/metal/UtilsMTL.h"
bufferM->beginRenderPass(descriptor);
-> auto target = d->getRenderer()->getRenderTarget();
-> bufferM->beginRenderPass(target, descriptor);
Beta Was this translation helpful? Give feedback.
All reactions