Table of Contents

Class QueryManager

Namespace
Stride.Rendering
Assembly
Stride.Rendering.dll
public class QueryManager : IDisposable
Inheritance
QueryManager
Implements
Extension Methods

Constructors

QueryManager(CommandList, GraphicsResourceAllocator)

public QueryManager(CommandList commandList, GraphicsResourceAllocator allocator)

Parameters

commandList CommandList
allocator GraphicsResourceAllocator

Methods

BeginProfile(Color4, ProfilingKey)

Begins profile.

public QueryManager.Scope BeginProfile(Color4 profileColor, ProfilingKey profilingKey)

Parameters

profileColor Color4

The profile event color.

profilingKey ProfilingKey

The ProfilingKey

Returns

QueryManager.Scope

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()