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

Function getImageAspectFlags

include/RenderGraph/FrameGraphFunctions.hpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 }
290
291 constexpr VkImageAspectFlags getImageAspectFlags( ImageAspectFlags v )noexcept
292 {
293 return VkImageAspectFlags( v );
294 }
295
296 constexpr ImageAspectFlags getImageAspectFlags( VkImageAspectFlags v )noexcept
297 {

Callers 2

doProcessImageViewMethod · 0.85
getSubresourceLayersFunction · 0.85

Calls 1

ImageAspectFlagsEnum · 0.85

Tested by

no test coverage detected