|
|
@ -2,7 +2,7 @@ namespace Avalonia.Rendering.Composition; |
|
|
|
|
|
|
|
|
internal interface ICompositionTargetDebugEvents |
|
|
internal interface ICompositionTargetDebugEvents |
|
|
{ |
|
|
{ |
|
|
public int RenderedVisuals { get; } |
|
|
int RenderedVisuals { get; } |
|
|
void IncrementRenderedVisuals(); |
|
|
void IncrementRenderedVisuals(); |
|
|
void RectInvalidated(Rect rc); |
|
|
void RectInvalidated(Rect rc); |
|
|
} |
|
|
} |
|
|
|