Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
bool GPUBuffer::IsDynamic() const
186
{
187
return _desc.Usage == GPUResourceUsage::Dynamic;
188
}
189
190
bool GPUBuffer::Init(const GPUBufferDescription& desc)
191
{
Callers
3
UpdateBuffer
Method · 0.80
UpdateBuffer
Method · 0.80
UpdateResource
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected