mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 21:58:45 +00:00
recompiler: proper VS inputs initialization
This commit is contained in:
@@ -72,6 +72,8 @@ enum class Attribute : u64 {
|
||||
LocalInvocationId = 75,
|
||||
LocalInvocationIndex = 76,
|
||||
FragCoord = 77,
|
||||
InstanceId0 = 78, // step rate 0
|
||||
InstanceId1 = 79, // step rate 1
|
||||
Max,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user