android: Custom driver code

This commit is contained in:
GPUCode
2023-08-13 17:44:16 +03:00
parent 85dd604a7e
commit 6c391971c6
15 changed files with 118 additions and 26 deletions

View File

@ -11,6 +11,7 @@ namespace Common {
class DynamicLibrary {
public:
explicit DynamicLibrary();
explicit DynamicLibrary(void* handle);
explicit DynamicLibrary(std::string_view name, int major = -1, int minor = -1);
~DynamicLibrary();