[GPU] Document first parameter of eA (export address)

This commit is contained in:
DrChat 2018-04-13 21:07:14 -05:00
parent 6794b4975c
commit abdc0ff05a
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ enum class InstructionStorageTarget {
// Result is stored to the point size export (gl_PointSize).
kPointSize,
// Result is stored as memexport destination address.
// [physical >> 2, ??, ??, ??]
kExportAddress,
// Result is stored to memexport destination data.
kExportData,