This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
nihui
/
ncnn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
46
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
guard VK_USE_PLATFORM_ANDROID_KHR with ifdef (
#5986
)
tags/20250428
nihui
GitHub
1 year ago
parent
a2dfa6a246
commit
02fcca2a1e
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/platform.h.in
+ 2
- 0
src/platform.h.in
View File
@@ -86,7 +86,9 @@
#endif // NCNN_THREADS
#if __ANDROID_API__ >= 26
#ifndef VK_USE_PLATFORM_ANDROID_KHR
#define VK_USE_PLATFORM_ANDROID_KHR
#endif
#endif // __ANDROID_API__ >= 26
namespace ncnn {
Write
Preview
Loading…
Cancel
Save