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

Method IsDynamic

Source/Engine/Graphics/GPUBuffer.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185bool GPUBuffer::IsDynamic() const
186{
187 return _desc.Usage == GPUResourceUsage::Dynamic;
188}
189
190bool GPUBuffer::Init(const GPUBufferDescription& desc)
191{

Callers 3

UpdateBufferMethod · 0.80
UpdateBufferMethod · 0.80
UpdateResourceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected