andy-thomason / Vookoo

A set of utilities for taking the pain out of Vulkan in header only modern C++
MIT License
522 stars 52 forks source link

added multiview,tesselation&geometry shader capability; multiple examples #44

Closed pocdn closed 2 years ago

pocdn commented 2 years ago

Hi, I enabled multiview and tesselation&geometry shader stages in headers. I also made changes to remove all validation errors. The examples were added to demonstrate the enabled features. Cheers.

lhog commented 2 years ago

Looks awesome! There is apparently a merge conflict, can you please resolve it?

andy-thomason commented 2 years ago

Excellent! We like examples :)

pocdn commented 2 years ago

The merge conflict appears to be resolved. I work mostly on linux and sometimes windows so the line endings sometimes get converted. I changed vku.hpp back to dos line endings as a fix.