mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 09:10:01 -06:00
Address PR feedback
Removes a useless null check Aligns some values to improve readability
This commit is contained in:
@ -19,9 +19,6 @@ namespace Ryujinx.Graphics.OpenGL
|
||||
private int _firstLayer;
|
||||
private int _firstLevel;
|
||||
|
||||
private bool _acquired;
|
||||
private bool _pendingDelete;
|
||||
|
||||
public int Width => _info.Width;
|
||||
public int Height => _info.Height;
|
||||
public int DepthOrLayers => _info.GetDepthOrLayers();
|
||||
|
Reference in New Issue
Block a user