mirror of
https://github.com/italicsjenga/portability.git
synced 2025-02-23 17:47:43 +11:00
Merge #61
61: Add getDeviceProcAddr to device level functions r=msiglreith a=AIOOB Co-authored-by: AIOOB <jack@rickard.plus.com>
This commit is contained in:
commit
7f4c30c98e
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ pub extern "C" fn gfxGetDeviceProcAddr(
|
|||
};
|
||||
|
||||
proc_addr!{ name,
|
||||
vkGetDeviceProcAddr, PFN_vkGetDeviceProcAddr => gfxGetDeviceProcAddr,
|
||||
vkDestroyDevice, PFN_vkDestroyDevice => gfxDestroyDevice,
|
||||
vkGetDeviceMemoryCommitment, PFN_vkGetDeviceMemoryCommitment => gfxGetDeviceMemoryCommitment,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue