2#ifndef LIBSBX_GIZMOS_PIPELINE_HPP_
3#define LIBSBX_GIZMOS_PIPELINE_HPP_
5#include <libsbx/graphics/pipeline/graphics_pipeline.hpp>
7#include <libsbx/models/vertex3d.hpp>
14 .depth = graphics::depth::read_write,
15 .uses_transparency =
true,
17 .polygon_mode = graphics::polygon_mode::fill,
18 .cull_mode = graphics::cull_mode::none,
19 .front_face = graphics::front_face::counter_clockwise
28 pipeline(
const std::filesystem::path& path,
const std::vector<graphics::attachment_description>& attachments)
29 :
base{path, attachments, pipeline_definition} { }
Definition: pipeline.hpp:11
Definition: graphics_pipeline.hpp:115
Definition: graphics_pipeline.hpp:106
Definition: graphics_pipeline.hpp:67