Don't perform unecessary copy (#727)
This commit is contained in:
parent
4ae75d3ee9
commit
8b521e2cd9
2 changed files with 4 additions and 4 deletions
|
|
@ -113,8 +113,8 @@ namespace vks
|
|||
VkImageSubresourceRange subresourceRange);
|
||||
|
||||
// Display error message and exit on fatal error
|
||||
void exitFatal(std::string message, int32_t exitCode);
|
||||
void exitFatal(std::string message, VkResult resultCode);
|
||||
void exitFatal(const std::string& message, int32_t exitCode);
|
||||
void exitFatal(const std::string& message, VkResult resultCode);
|
||||
|
||||
// Load a SPIR-V shader (binary)
|
||||
#if defined(__ANDROID__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue