Skip to content

Commit

Permalink
default construct pipelinecompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeRundlett committed Oct 12, 2022
1 parent b7088dd commit f815ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/daxa/pipeline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ namespace daxa

struct PipelineCompiler : ManagedPtr
{
PipelineCompiler();
PipelineCompiler() = default;

auto create_raster_pipeline(RasterPipelineInfo const & info) -> Result<RasterPipeline>;
auto recreate_raster_pipeline(RasterPipeline const & pipeline) -> Result<RasterPipeline>;
Expand Down

0 comments on commit f815ab3

Please sign in to comment.