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

Function convert

include/RenderGraph/FrameGraphFunctions.hpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 CRG_API ClearDepthStencilValue getClearDepthStencilValue( ClearValue const & v );
67
68 constexpr VkFormat convert( PixelFormat v )noexcept
69 {
70 return VkFormat( v );
71 }
72
73 constexpr PixelFormat convert( VkFormat v )noexcept
74 {

Callers

nothing calls this directly

Calls 15

PixelFormatEnum · 0.85
ImageTypeEnum · 0.85
SampleCountEnum · 0.85
ImageTilingEnum · 0.85
ImageViewTypeEnum · 0.85
ImageLayoutEnum · 0.85
FilterModeEnum · 0.85
MipmapModeEnum · 0.85
WrapModeEnum · 0.85
AttachmentLoadOpEnum · 0.85
BlendFactorEnum · 0.85
BlendOpEnum · 0.85

Tested by

no test coverage detected