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::PointPrimitive Struct Reference

Point primitive data, used for rasterization. More...

Public Attributes

float X
 The framebuffer x-coordinate. More...
 
float Y
 The framebuffer y-coordinate. More...
 
float PointSize
 The point size. More...
 
const VertexOutputOut
 The vertex shader output. More...
 

Detailed Description

Point primitive data, used for rasterization.

Definition at line 88 of file PipelineExecutor.cpp.

Member Data Documentation

const VertexOutput& talvos::PipelineExecutor::PointPrimitive::Out

The vertex shader output.

Definition at line 94 of file PipelineExecutor.cpp.

float talvos::PipelineExecutor::PointPrimitive::PointSize

The point size.

Definition at line 92 of file PipelineExecutor.cpp.

float talvos::PipelineExecutor::PointPrimitive::X

The framebuffer x-coordinate.

Definition at line 90 of file PipelineExecutor.cpp.

float talvos::PipelineExecutor::PointPrimitive::Y

The framebuffer y-coordinate.

Definition at line 91 of file PipelineExecutor.cpp.