PolyFEM
|
#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 |
Definition at line 79 of file raster.hpp.
std::function<FrameBufferAttributes(const FragmentAttributes &, const FrameBufferAttributes &)> polyfem::renderer::Program::BlendingShader |
Definition at line 84 of file raster.hpp.
Referenced by polyfem::renderer::render().
std::function<FragmentAttributes(const VertexAttributes &, const UniformAttributes &)> polyfem::renderer::Program::FragmentShader |
Definition at line 83 of file raster.hpp.
Referenced by polyfem::renderer::render().
std::function<VertexAttributes(const VertexAttributes &, const UniformAttributes &)> polyfem::renderer::Program::VertexShader |
Definition at line 82 of file raster.hpp.
Referenced by polyfem::renderer::render().