mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 00:59:51 -06:00
Address PR feedback
Add TODO comment for GL_EXT_polygon_offset_clamp
This commit is contained in:
@ -9,7 +9,7 @@ namespace Ryujinx.Graphics.Shader.Translation
|
||||
public const int StorageDescSize = 4; // In words.
|
||||
public const int StorageMaxCount = 16;
|
||||
|
||||
public const int StorageDescsSize = StorageDescSize * StorageMaxCount;
|
||||
public const int StorageDescsSize = StorageDescSize * StorageMaxCount;
|
||||
|
||||
public static bool UsesGlobalMemory(Instruction inst)
|
||||
{
|
||||
|
Reference in New Issue
Block a user