1
0

optimize dx11 engine

This commit is contained in:
2026-01-05 16:51:58 +08:00
parent 7110becf66
commit 52916db08f
10 changed files with 152 additions and 117 deletions

View File

@@ -25,7 +25,7 @@ namespace Basalt::Presenter {
#endif
public:
DllLoader(DllKind kind, const std::basic_string_view<BSCHAR> filename);
DllLoader(DllKind kind, const Shared::Char::BSStringView& filename);
~DllLoader();
private: