mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Move D3D12's automatic texture clears to RenderingDevice.
This commit is contained in:
parent
369afc7b46
commit
d17ea061bc
6 changed files with 97 additions and 42 deletions
|
|
@ -53,6 +53,8 @@ uint64_t RenderingDeviceDriver::api_trait_get(ApiTrait p_trait) {
|
|||
return false;
|
||||
case API_TRAIT_BUFFERS_REQUIRE_TRANSITIONS:
|
||||
return false;
|
||||
case API_TRAIT_TEXTURE_OUTPUTS_REQUIRE_CLEARS:
|
||||
return false;
|
||||
default:
|
||||
ERR_FAIL_V(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue