[GPU] Document first parameter of eA (export address)
This commit is contained in:
parent
6794b4975c
commit
abdc0ff05a
|
@ -32,6 +32,7 @@ enum class InstructionStorageTarget {
|
||||||
// Result is stored to the point size export (gl_PointSize).
|
// Result is stored to the point size export (gl_PointSize).
|
||||||
kPointSize,
|
kPointSize,
|
||||||
// Result is stored as memexport destination address.
|
// Result is stored as memexport destination address.
|
||||||
|
// [physical >> 2, ??, ??, ??]
|
||||||
kExportAddress,
|
kExportAddress,
|
||||||
// Result is stored to memexport destination data.
|
// Result is stored to memexport destination data.
|
||||||
kExportData,
|
kExportData,
|
||||||
|
|
Loading…
Reference in New Issue