Start of compute example

This commit is contained in:
Darren VanBuren 2019-10-16 14:02:00 -07:00
parent 0bf1dd95e9
commit 9afaf34349
3 changed files with 187 additions and 3 deletions

View file

@ -198,7 +198,7 @@ private:
vkDestroyInstance(instance, nullptr);
}
// Check if the validation layers are supported.s
// Check if the validation layers are supported.
bool checkValidationLayerSupport() {
uint32_t layerCount;
vkEnumerateInstanceLayerProperties(&layerCount, nullptr);