Can't find 'GetEngineFactoryVk' #345
Unanswered
AlexiyOrlov
asked this question in
Q&A
Replies: 3 comments 2 replies
|
Are you following this code from the tutorial? |
0 replies
This gives 'identifier "GetEngineFactoryVkType" is undefined' |
1 reply
|
I started with GLFWDemo, remade it and it worked fine. Then I started another project, and in it I also want to use GLFW and add cube rendering from tutorial 2. |
1 reply
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.
I'm adapting tutorial 2 code, and I get error on such line on build:
engine_factory = Diligent::GetEngineFactoryVk();'GetEngineFactoryVk': is not a member of 'Diligent'
All reactions