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

Method getAccessState

source/RenderGraph/RecordContext.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 AccessState RecordContext::getAccessState( BufferViewId buffer )const
215 {
216 return getAccessState( buffer.data->buffer, getSubresourceRange( buffer ) );
217 }
218
219 void RecordContext::setAccessState( BufferId buffer
220 , [[maybe_unused]] BufferSubresourceRange const & subresourceRange

Callers 2

FrameGraph.cppFile · 0.80
prepareBufferFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected