DragonJoker / RenderGraph

Render graph management library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate Vulkan objects creation info.

DragonJoker opened this issue · comments

Is your feature request related to a problem? Please describe.
We need that for VkRenderPass, VkImage, VkImageView (those two ones will need resource optimisation through the graph), VkFramebuffer, and probably some other.

Describe the solution you'd like
A simple function, per Vulkan object type, in crg::RenderGraph.

Describe alternatives you've considered
We could also have an intermediate class that holds those functions, but I think it would be easier to use through crg::RenderGraph (but it can still be implemented this way, just the instance of this intermediate class will be held by crg::RenderGraph).

Requires Issue #7

Solved by PR #9