[GPU] Disassemble memexport exports

This commit is contained in:
DrChat
2018-04-08 18:02:39 -05:00
parent 1d4fa80eac
commit e6524aa497
3 changed files with 41 additions and 6 deletions

View File

@@ -31,6 +31,10 @@ enum class InstructionStorageTarget {
kPosition,
// Result is stored to the point size export (gl_PointSize).
kPointSize,
// Result is stored as memexport destination address.
kExportAddress,
// Result is stored to memexport destination data.
kExportData,
// Result is stored to a color target export indexed by storage_index [0-3].
kColorTarget,
// Result is stored to the depth export (gl_FragDepth).