Add ClearUA to GPUContext to clear texture with float values

This commit is contained in:
Wojciech Figat
2022-02-08 18:06:02 +01:00
committed by Wojtek Figat
parent bac8058aa8
commit afed5a30bc
7 changed files with 45 additions and 0 deletions

View File

@@ -64,6 +64,10 @@ public:
{
}
void ClearUA(GPUTexture* texture, const Vector4& value) override
{
}
void ResetRenderTarget() override
{
}