You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everytime, when I used @SharedPtr as return value, I getting compile error:
Severity Code Description Project File Line Suppression State
Error C7568 argument list missing after assumed function template 'SharedPtrAdapter' YAV C:\VULKAN\YetAnotherVulkanMod\src\main\cpp\jniAlter.cpp 907
i.e. SharedPtrAdapter isn't accept std::shared_ptr.