forked from Misaki/GhostEngine
Updated Handle and Identifier that default is invalid
This commit is contained in:
@@ -6,6 +6,16 @@ namespace Ghost.Graphics.Contracts;
|
||||
|
||||
public interface IRenderTargetStrategy
|
||||
{
|
||||
ViewportDesc Viewport
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
RectDesc Scissor
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets a handle to the current render target texture.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user