Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellGengYF committed Jul 4, 2024
1 parent e544a74 commit ff6ea0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/luisa/backends/ext/raster_cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class LC_RUNTIME_API DrawRasterSceneCommand final : public CustomCommand, public
MeshFormat const *mesh_format) noexcept
: ShaderDispatchCommandBase{
shader_handle, std::move(argument_buffer), argument_count},
_rtv_texs{rtv_textures}, _rtv_count{rtv_count}, _dsv_tex{dsv_texture}, _scene{std::move(scene)}, _viewport{viewport}, _raster_state{raster_state}, _mesh_format{mesh_format} {
_rtv_texs{rtv_textures}, _rtv_count{rtv_count}, _dsv_tex{dsv_texture}, _scene{std::move(scene)}, _viewport{viewport},_mesh_format{mesh_format}, _raster_state{raster_state} {
}

public:
Expand Down
2 changes: 1 addition & 1 deletion src/ext/spdlog

0 comments on commit ff6ea0e

Please sign in to comment.