File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88#include " core/export.hpp"
99#include " core/tensor.hpp"
1010#include " dirty_flags.hpp"
11- #include " io/loader.hpp"
1211#include " framerate_controller.hpp"
1312#include " internal/viewport.hpp"
13+ #include " io/loader.hpp"
1414#include " passes/vulkan_depth_blit_pass.hpp"
1515#include " passes/vulkan_environment_pass.hpp"
1616#include " passes/vulkan_mesh_pass.hpp"
Original file line number Diff line number Diff line change @@ -1760,9 +1760,9 @@ namespace lfs::vis {
17601760 return {};
17611761 }
17621762 return [context = last_vulkan_context_](lfs::core::TensorShape shape,
1763- const size_t capacity,
1764- const lfs::core::DataType dtype,
1765- const std::string_view name) -> lfs::core::Tensor {
1763+ const size_t capacity,
1764+ const lfs::core::DataType dtype,
1765+ const std::string_view name) -> lfs::core::Tensor {
17661766 const std::string debug_name{name};
17671767 auto tensor = makeVulkanExternalTensor (
17681768 *context,
You can’t perform that action at this time.
0 commit comments