diff --git a/src/xenia/gpu/d3d12/d3d12_texture_cache.h b/src/xenia/gpu/d3d12/d3d12_texture_cache.h index d2b6cdb1b..21fe237e7 100644 --- a/src/xenia/gpu/d3d12/d3d12_texture_cache.h +++ b/src/xenia/gpu/d3d12/d3d12_texture_cache.h @@ -150,9 +150,9 @@ class D3D12TextureCache final : public TextureCache { } // Returns the ID3D12Resource of the front buffer texture (in - // PIXEL_SHADER_RESOURCE state), or nullptr in case of failure, and writes the - // description of its SRV. May call LoadTextureData, so the same restrictions - // (such as about descriptor heap change possibility) apply. + // NON_PIXEL_SHADER_RESOURCE state), or nullptr in case of failure, and writes + // the description of its SRV. May call LoadTextureData, so the same + // restrictions (such as about descriptor heap change possibility) apply. ID3D12Resource* RequestSwapTexture( D3D12_SHADER_RESOURCE_VIEW_DESC& srv_desc_out, xenos::TextureFormat& format_out);