mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[D3D12] Fix lint failure in RenderTargetCache::BeginFrame
This commit is contained in:
parent
4e8e75c549
commit
8c56d5cb98
|
|
@ -438,9 +438,7 @@ void RenderTargetCache::ClearCache() {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void RenderTargetCache::BeginFrame() {
|
void RenderTargetCache::BeginFrame() { ClearBindings(); }
|
||||||
ClearBindings();
|
|
||||||
}
|
|
||||||
|
|
||||||
bool RenderTargetCache::UpdateRenderTargets(const D3D12Shader* pixel_shader) {
|
bool RenderTargetCache::UpdateRenderTargets(const D3D12Shader* pixel_shader) {
|
||||||
if (command_processor_->IsROVUsedForEDRAM()) {
|
if (command_processor_->IsROVUsedForEDRAM()) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue