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

Function isDepthStencilFormat

include/RenderGraph/FrameGraphFunctions.hpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 constexpr bool isDepthStencilFormat( PixelFormat fmt )noexcept
102 {
103 return isDepthFormat( fmt ) && isStencilFormat( fmt );
104 }
105
106 constexpr bool isDepthOrStencilFormat( PixelFormat fmt )noexcept
107 {

Callers 3

adaptRangeFunction · 0.85
getAspectMaskFunction · 0.85
ImageAttachmentMethod · 0.85

Calls 2

isDepthFormatFunction · 0.85
isStencilFormatFunction · 0.85

Tested by

no test coverage detected