MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / getImageCreateFlags

Function getImageCreateFlags

include/RenderGraph/FrameGraphFunctions.hpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 }
260
261 constexpr VkImageCreateFlags getImageCreateFlags( ImageCreateFlags v )noexcept
262 {
263 return VkImageCreateFlags( v );
264 }
265
266 constexpr ImageCreateFlags getImageCreateFlags( VkImageCreateFlags v )noexcept
267 {

Callers 3

convertFunction · 0.70
TESTFunction · 0.50
createViewFunction · 0.50

Calls 1

ImageCreateFlagsEnum · 0.85

Tested by 1

TESTFunction · 0.40