add zip resource and new test
This commit is contained in:
@@ -52,7 +52,7 @@ namespace OpenVulkano
|
||||
|
||||
std::string EmbeddedResourceLoaderWindows::GetResourceName(const char* resId)
|
||||
{
|
||||
// check if resId was provided as interger and not CString
|
||||
// check if resId was provided as interger or CString
|
||||
// https://stackoverflow.com/questions/3610565/why-does-makeintresource-work
|
||||
// first 64KB
|
||||
uintptr_t ptrT = reinterpret_cast<uintptr_t>(resId);
|
||||
|
||||
Reference in New Issue
Block a user