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

Method view

source/RenderGraph/Attachment.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 ImageViewId ImageAttachment::view( uint32_t index )const
153 {
154 return views.size() == 1u
155 ? views.front()
156 : views[index];
157 }
158
159 ImageLayout ImageAttachment::getImageLayout( bool separateDepthStencilLayouts
160 , bool isInput

Callers 15

splitImageFunction · 0.80
areOverlappingFunction · 0.80
insertTransitionFunction · 0.80
updateStateFunction · 0.80
insertNeededTransitionFunction · 0.80
isInNeededStateFunction · 0.80
clearAttachmentMethod · 0.80
addInputSampledMethod · 0.80
addInputStorageMethod · 0.80
addInOutStorageMethod · 0.80
addInputTransferMethod · 0.80
addInOutTransferMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by 6

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64