mirror of
https://github.com/ptitSeb/box64.git
synced 2025-05-09 00:21:32 +08:00
[VULKAN] Added support for Vulkan 1.4
This commit is contained in:
parent
1af85c69a1
commit
4aa7eb1187
@ -262,6 +262,27 @@ GO(vkCmdSetStencilOp, vFpuiiii)
|
||||
GO(vkCmdSetStencilTestEnable, vFpu)
|
||||
GO(vkCmdSetViewportWithCount, vFpup)
|
||||
|
||||
// VK_VERSION_1_4
|
||||
GO(vkCmdBindDescriptorSets2, vFpp)
|
||||
GO(vkCmdBindIndexBuffer2, vFpUUUi)
|
||||
GO(vkCmdPushConstants2, vFpp)
|
||||
GO(vkCmdPushDescriptorSet, vFpiUuup)
|
||||
GO(vkCmdPushDescriptorSet2,vFpp)
|
||||
GO(vkCmdPushDescriptorSetWithTemplate, vFpUUup)
|
||||
GO(vkCmdPushDescriptorSetWithTemplate2, vFpp)
|
||||
GO(vkCmdSetLineStipple, vFpuW)
|
||||
GO(vkCmdSetRenderingAttachmentLocations, vFpp)
|
||||
GO(vkCmdSetRenderingInputAttachmentIndices, vFpp)
|
||||
GO(vkCopyImageToImage, iFpp)
|
||||
GO(vkCopyImageToMemory, iFpp)
|
||||
GO(vkCopyMemoryToImage, iFpp)
|
||||
GO(vkGetDeviceImageSubresourceLayout, vFppp)
|
||||
GO(vkGetImageSubresourceLayout2, vFpUpp)
|
||||
GO(vkGetRenderingAreaGranularity, vFppp)
|
||||
GO(vkMapMemory2, iFppp)
|
||||
GO(vkTransitionImageLayout, iFpup)
|
||||
GO(vkUnmapMemory2, iFpp)
|
||||
|
||||
// VK_EXT_debug_report
|
||||
GOM(vkCreateDebugReportCallbackEXT, iFEpppp)
|
||||
GO(vkDebugReportMessageEXT, vFpuiULipp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user