about summary refs log tree commit diff stats
path: root/src/include/box64context.h
diff options
context:
space:
mode:
authorrajdakin <rajdakin@gmail.com>2021-04-11 17:53:23 +0200
committerrajdakin <rajdakin@gmail.com>2021-04-11 17:53:23 +0200
commit72a505a3e885c2e180a6da51e0640953f956258d (patch)
tree70e76f79cacd131b6c54d44aaa8ab2b4f02194fa /src/include/box64context.h
parent550d252386d0a4d2bdb77de7264f6ab1bad98042 (diff)
downloadbox64-72a505a3e885c2e180a6da51e0640953f956258d.tar.gz
box64-72a505a3e885c2e180a6da51e0640953f956258d.zip
General improvements to box64 and fixed some SDL2 functions
Diffstat (limited to 'src/include/box64context.h')
-rwxr-xr-xsrc/include/box64context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h
index ffcacc36..ff07fc89 100755
--- a/src/include/box64context.h
+++ b/src/include/box64context.h
@@ -31,7 +31,6 @@ typedef struct kh_dynablocks_s  kh_dynablocks_t;
 #define JMPTABL_SHIFT 16
 
 typedef void* (*procaddess_t)(const char* name);
-typedef void* (*vkprocaddess_t)(void* instance, const char* name);
 
 #define MAX_SIGNAL 64
 
@@ -108,9 +107,6 @@ typedef struct box64context_s {
     procaddess_t        glxprocaddress;
     kh_symbolmap_t      *alwrappers;    // the map of wrapper for alGetProcAddress
     kh_symbolmap_t      *almymap;       // link to the mysymbolmap if libOpenAL
-    kh_symbolmap_t      *vkwrappers;    // the map of wrapper for VulkanProcs (TODO: check SDL2)
-    kh_symbolmap_t      *vkmymap;       // link to the mysymbolmap of libGL
-    vkprocaddess_t      vkprocaddress;
 
     pthread_mutex_t     mutex_once;
     pthread_mutex_t     mutex_once2;