forked from Misaki/GhostEngine
Migrate rendering from oop to dod
This commit is contained in:
@@ -206,7 +206,7 @@ public unsafe class RenderTexture : Texture
|
||||
/// </summary>
|
||||
/// <param name="commandList">Command list to record clear commands</param>
|
||||
/// <param name="clearColor">Color to clear to</param>
|
||||
public void ClearColor(CommandList commandList, Color128 clearColor)
|
||||
public void ClearColor(CommandList commandList, Color16 clearColor)
|
||||
{
|
||||
ThrowIfDisposed();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user