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

Method getViewCount

source/RenderGraph/Attachment.cpp:445–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443 }
444
445 uint32_t Attachment::getViewCount()const
446 {
447 return isImage()
448 ? imageAttach.getViewCount()
449 : uint32_t{};
450 }
451
452 uint32_t Attachment::getBufferCount()const
453 {

Callers 2

mergeAttachmentsMethod · 0.45
registerImageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected