|
Talvos
0.1
SPIR-V interpreter and dynamic analysis framework
|
Internal structure to hold fragment data. More...
Public Attributes | |
| uint32_t | X |
| Framebuffer x-coordinate. More... | |
| uint32_t | Y |
| Framebuffer y-coordinate. More... | |
| float | Depth |
| Fragment depth. More... | |
| float | InvW |
| Inverse of the interpolated clip w coordinate. More... | |
Internal structure to hold fragment data.
Definition at line 104 of file PipelineExecutor.h.
| float talvos::PipelineExecutor::Fragment::Depth |
Fragment depth.
Definition at line 108 of file PipelineExecutor.h.
| float talvos::PipelineExecutor::Fragment::InvW |
Inverse of the interpolated clip w coordinate.
Definition at line 109 of file PipelineExecutor.h.
| uint32_t talvos::PipelineExecutor::Fragment::X |
Framebuffer x-coordinate.
Definition at line 106 of file PipelineExecutor.h.
| uint32_t talvos::PipelineExecutor::Fragment::Y |
Framebuffer y-coordinate.
Definition at line 107 of file PipelineExecutor.h.
1.8.6