MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsStaging

Method IsStaging

Source/Engine/Graphics/GPUBuffer.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180bool GPUBuffer::IsStaging() const
181{
182 return _desc.Usage == GPUResourceUsage::StagingReadback || _desc.Usage == GPUResourceUsage::StagingUpload || _desc.Usage == GPUResourceUsage::Staging;
183}
184
185bool GPUBuffer::IsDynamic() const
186{

Callers 8

CaptureMethod · 0.45
CopyTextureMethod · 0.45
CopyResourceMethod · 0.45
CopySubresourceMethod · 0.45
CopyBackbufferMethod · 0.45
CopyTextureMethod · 0.45
CopyResourceMethod · 0.45
CopySubresourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected