SaschaWillems / Vulkan-glTF-PBR

Physical based rendering with Vulkan using glTF 2.0 models
MIT License
979 stars 132 forks source link

main.cpp build error #18

Closed gokulsukumar03 closed 5 years ago

gokulsukumar03 commented 5 years ago

screenshot 2019-01-31 at 2 42 30 pm

I have cloned and update the module (git submodule init git submodule update)

But showing error in all cpp files.

SaschaWillems commented 5 years ago

Please try to add more details to your issues, otherwise I don't have a chance of knowing what's your problem.

I can only guess that the screenshot you provided highlights missing functions in red?

If so, and the missing ones are the Vulkan functions, then you need to include the proper Vulkan headers.