Added working compute example
This commit is contained in:
parent
ae12be78db
commit
a012551d00
7 changed files with 267 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ const std::string getAssetPath()
|
|||
#if defined(VK_EXAMPLE_DATA_DIR)
|
||||
return VK_EXAMPLE_DATA_DIR;
|
||||
#else
|
||||
return "./../data/";
|
||||
return "./../";
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue