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
parent 9a3a6c8a72
commit 70ca42794a
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
{
}