Skip to content

Commit

Permalink
Add initial VK_KHR_dynamic_rendering support
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastLe9enD committed May 20, 2024
1 parent 3e9af4d commit f539188
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 100 deletions.
4 changes: 3 additions & 1 deletion include/rps/runtime/vk/rps_vk_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ typedef uint32_t RpsVKRuntimeFlags;
TABLE_ENTRY(vkCmdCopyBuffer) \
TABLE_ENTRY(vkCmdCopyImageToBuffer) \
TABLE_ENTRY(vkCmdCopyBufferToImage) \
TABLE_ENTRY(vkCmdResolveImage)
TABLE_ENTRY(vkCmdResolveImage) \
TABLE_ENTRY(vkCmdBeginRendering) \
TABLE_ENTRY(vkCmdEndRendering)

// Macro for declaring a dispatch table entry from their call name. Internal use only. Do not use!!!
#define RPS_VK_DECLARE_VK_FUNCTION_PROTOTYPE(callName) PFN_##callName callName;
Expand Down
Loading

0 comments on commit f539188

Please sign in to comment.