3#include "spark/render/Rasterizer.h"
4#include "spark/render/vk/Export.h"
6namespace spark::render::vk
22 explicit VulkanRasterizer(PolygonMode polygon_mode, CullMode cull_mode, CullOrder cull_order,
float line_width,
const DepthStencilState& depth_stencil_state)
noexcept;
37 void updateLineWidth(
float line_width)
noexcept;
Stores the depth/stencil state of a see IRasterizer.
Definition DepthStencilState.h:75
Implements the IRasterizer interface.
Definition Rasterizer.h:103
Vulkan implementation of IRasterizer.
Definition VulkanRasterizer.h:12