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

#include <raster.hpp>

Public Attributes

std::function< VertexAttributes(const VertexAttributes &, const UniformAttributes &)> VertexShader
 
std::function< FragmentAttributes(const VertexAttributes &, const UniformAttributes &)> FragmentShader
 
std::function< FrameBufferAttributes(const FragmentAttributes &, const FrameBufferAttributes &)> BlendingShader
 

Detailed Description

Definition at line 79 of file raster.hpp.

Member Data Documentation

◆ BlendingShader

std::function<FrameBufferAttributes(const FragmentAttributes &, const FrameBufferAttributes &)> polyfem::renderer::Program::BlendingShader

Definition at line 84 of file raster.hpp.

Referenced by polyfem::renderer::render().

◆ FragmentShader

std::function<FragmentAttributes(const VertexAttributes &, const UniformAttributes &)> polyfem::renderer::Program::FragmentShader

Definition at line 83 of file raster.hpp.

Referenced by polyfem::renderer::render().

◆ VertexShader

std::function<VertexAttributes(const VertexAttributes &, const UniformAttributes &)> polyfem::renderer::Program::VertexShader

Definition at line 82 of file raster.hpp.

Referenced by polyfem::renderer::render().


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