Skip to content

Commit

Permalink
Clang 18 CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Jan 27, 2025
1 parent 0f36df8 commit 98c261b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions interface/gltf/NodeWorldTransforms.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export module vk_gltf_viewer:gltf.NodeWorldTransforms;
import std;
export import fastgltf;
import :gltf.algorithm.traversal;
import :helpers.fastgltf;

namespace vk_gltf_viewer::gltf {
export class NodeWorldTransforms : public std::vector<fastgltf::math::fmat4x4> {
Expand Down
1 change: 1 addition & 0 deletions interface/vulkan/buffer/InstancedNodeWorldTransforms.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export module vk_gltf_viewer:vulkan.buffer.InstancedNodeWorldTransforms;
import std;
import :gltf.algorithm.traversal;
export import :gltf.NodeWorldTransforms;
import :helpers.fastgltf;
import :helpers.ranges;
export import :vulkan.Gpu;

Expand Down

0 comments on commit 98c261b

Please sign in to comment.