Skip to content

Commit

Permalink
Add GpuApi to uniqueNamespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozz3d committed Jan 24, 2025
1 parent 9262417 commit cd026b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RED4ext/Dump/Reflection-inl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RED4EXT_INLINE void Dump(std::filesystem::path aOutPath, std::filesystem::path a
size_t i = 0;

static constexpr std::pair<std::string_view, bool> uniqueNamespaces[] = {
{"AI", false}, {"GpuWrapApi", true}, {"GpuWrapApiVertexPacking", true}};
{"AI", false}, {"GpuApi", true}, {"GpuWrapApi", true}, {"GpuWrapApiVertexPacking", true}};

for (const auto& [name, isSpecialCase] : uniqueNamespaces)
{
Expand Down

0 comments on commit cd026b3

Please sign in to comment.