PolyFEM
Loading...
Searching...
No Matches
polyfem::renderer::FrameBufferAttributes Class Reference

#include <raster.hpp>

Public Member Functions

 FrameBufferAttributes (uint8_t r=0, uint8_t g=0, uint8_t b=0, uint8_t a=255)
 

Public Attributes

double depth
 
Eigen::Matrix< uint8_t, 4, 1 > color
 

Detailed Description

Definition at line 58 of file raster.hpp.

Constructor & Destructor Documentation

◆ FrameBufferAttributes()

polyfem::renderer::FrameBufferAttributes::FrameBufferAttributes ( uint8_t  r = 0,
uint8_t  g = 0,
uint8_t  b = 0,
uint8_t  a = 255 
)
inline

Definition at line 61 of file raster.hpp.

References color, and depth.

Member Data Documentation

◆ color

Eigen::Matrix<uint8_t, 4, 1> polyfem::renderer::FrameBufferAttributes::color

Definition at line 67 of file raster.hpp.

Referenced by FrameBufferAttributes().

◆ depth

double polyfem::renderer::FrameBufferAttributes::depth

Definition at line 66 of file raster.hpp.

Referenced by FrameBufferAttributes(), and polyfem::renderer::render().


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