ICallbackHandler Interface |
Namespace: Internal.SharpBgfx
public interface ICallbackHandler
The ICallbackHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| CaptureFinished |
Notifies that a frame capture has finished.
| |
| CaptureFrame |
Notifies that a frame has been captured.
| |
| CaptureStarted |
Notifies that a frame capture has begun.
| |
| GetCachedSize |
Queries the size of a cache item.
| |
| GetCacheEntry |
Retrieves an entry from the cache.
| |
| ProfilerBegin |
Called when a profiling region is entered.
| |
| ProfilerEnd |
Called when a profiling region is ended.
| |
| ReportDebug |
Called to print debug messages.
| |
| ReportError |
Called when an error occurs in the library.
| |
| SaveScreenShot |
Save a captured screenshot.
| |
| SetCacheEntry |
Saves an entry in the cache.
|