diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-12-10 09:34:37 -0400 |
|---|---|---|
| committer | FernandoS27 <fsahmkow27@gmail.com> | 2019-12-22 12:24:34 -0400 |
| commit | a3916588b6964c6764a4f601c86b09a7d5eb2d4f (patch) | |
| tree | 113b3d188241b486c4931216fe77d89fa3a29968 /src/video_core/texture_cache/surface_params.h | |
| parent | 51c9e98677395564a4fafeaba718cbd2263541bb (diff) | |
Texture Cache: Address Feedback
Diffstat (limited to 'src/video_core/texture_cache/surface_params.h')
| -rw-r--r-- | src/video_core/texture_cache/surface_params.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video_core/texture_cache/surface_params.h b/src/video_core/texture_cache/surface_params.h index 1c6be25da..84c8b2940 100644 --- a/src/video_core/texture_cache/surface_params.h +++ b/src/video_core/texture_cache/surface_params.h @@ -138,13 +138,13 @@ public: std::size_t GetConvertedMipmapSize(u32 level) const; - // Get this texture Tegra Block size in guest memory layout + /// Get this texture Tegra Block size in guest memory layout u32 GetBlockSize() const; - // Get X, Y sizes of a block + /// Get X, Y sizes of a block std::pair<u32, u32> GetBlockXY() const; - // Get the offset in x, y, z coordinates from a memory offset + /// Get the offset in x, y, z coordinates from a memory offset std::tuple<u32, u32, u32> GetBlockOffsetXYZ(u32 offset) const; /// Returns the size of a layer in bytes in guest memory. |
