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

Function createView

test/Common.cpp:86–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 crg::BufferViewData createView( std::string name
87 , crg::BufferId buffer
88 , crg::PixelFormat format )
89 {
90 return createView( std::move( name )
91 , buffer
92 , 0u, buffer.data->info.size
93 , format );
94 }
95
96 crg::BufferViewData createView( std::string name
97 , crg::BufferId buffer

Callers 12

mergeViewsMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
buildSsaoPassFunction · 0.85
buildDeferredFunction · 0.85
buildWeightedBlendedFunction · 0.85
TYPED_TESTFunction · 0.85
TESTFunction · 0.85
TestBases.cppFile · 0.85

Calls 4

getViewTypeFunction · 0.85
getImageTypeFunction · 0.85
getAspectMaskFunction · 0.85
getImageCreateFlagsFunction · 0.50

Tested by 9

TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
buildSsaoPassFunction · 0.68
buildDeferredFunction · 0.68
buildWeightedBlendedFunction · 0.68
TYPED_TESTFunction · 0.68
TESTFunction · 0.68