Start of compute example
This commit is contained in:
parent
0bf1dd95e9
commit
9afaf34349
3 changed files with 187 additions and 3 deletions
2
main.cpp
2
main.cpp
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue