mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 14:19:10 +00:00
shader_recompiler: Support PointSize and ViewportIndex attributes. (#3541)
This commit is contained in:
@@ -54,12 +54,12 @@ struct ExportRuntimeInfo {
|
||||
|
||||
enum class Output : u8 {
|
||||
None,
|
||||
PointSprite,
|
||||
PointSize,
|
||||
EdgeFlag,
|
||||
KillFlag,
|
||||
GsCutFlag,
|
||||
GsMrtIndex,
|
||||
GsVpIndex,
|
||||
RenderTargetIndex,
|
||||
ViewportIndex,
|
||||
CullDist0,
|
||||
CullDist1,
|
||||
CullDist2,
|
||||
|
||||
Reference in New Issue
Block a user