mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-13 18:11:08 +00:00
misc: chore: Use explicit types in Shader project
This commit is contained in:
@@ -192,7 +192,7 @@ namespace Ryujinx.Graphics.Shader
|
||||
typeName += "_array";
|
||||
}
|
||||
|
||||
var format = aggregateType switch
|
||||
string format = aggregateType switch
|
||||
{
|
||||
AggregateType.S32 => "int",
|
||||
AggregateType.U32 => "uint",
|
||||
|
||||
Reference in New Issue
Block a user