Euphoria
Public Member Functions | Public Attributes | List of all members
eu::render::FullScreenGeom Struct Reference

Store the information for how to render a full screen quad. More...

Public Member Functions

 FullScreenGeom ()
 

Public Attributes

std::shared_ptr< CompiledGeomgeom
 
core::CompiledShaderVertexAttributes layout
 

Detailed Description

Store the information for how to render a full screen quad.

Definition at line 14 of file fullscreen.h.

Constructor & Destructor Documentation

◆ FullScreenGeom()

eu::render::FullScreenGeom::FullScreenGeom ( )

Member Data Documentation

◆ geom

std::shared_ptr<CompiledGeom> eu::render::FullScreenGeom::geom

Definition at line 16 of file fullscreen.h.

◆ layout

core::CompiledShaderVertexAttributes eu::render::FullScreenGeom::layout

Definition at line 17 of file fullscreen.h.


The documentation for this struct was generated from the following file: