Talvos  0.1
SPIR-V interpreter and dynamic analysis framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
talvos::PipelineExecutor::Fragment Struct Reference

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...
 

Detailed Description

Internal structure to hold fragment data.

Definition at line 104 of file PipelineExecutor.h.

Member Data Documentation

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.