Class QueryManager
public class QueryManager : IDisposable
- Inheritance
-
QueryManager
- Implements
- Extension Methods
Constructors
QueryManager(CommandList, GraphicsResourceAllocator)
public QueryManager(CommandList commandList, GraphicsResourceAllocator allocator)
Parameters
commandList
CommandListallocator
GraphicsResourceAllocator
Methods
BeginProfile(Color4, ProfilingKey)
Begins profile.
public QueryManager.Scope BeginProfile(Color4 profileColor, ProfilingKey profilingKey)
Parameters
profileColor
Color4The profile event color.
profilingKey
ProfilingKeyThe ProfilingKey
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
EndProfile(ProfilingKey)
Ends profile.
public void EndProfile(ProfilingKey profilingKey)
Parameters
profilingKey
ProfilingKey
Flush()
public void Flush()