Skip to content

Commit

Permalink
Moved native code from src to native folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspilman committed Sep 10, 2024
1 parent d16cca9 commit dce38c5
Show file tree
Hide file tree
Showing 37 changed files with 5 additions and 737 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
path = ThirdParty/StbImageWriteSharp
url = https://github.com/StbSharp/StbImageWriteSharp.git
[submodule "src/monogame/external/sdl2"]
path = src/monogame/external/sdl2
path = native/monogame/external/sdl2
url = https://github.com/MonoGame/MonoGame.Library.SDL.git
[submodule "src/monogame/external/vulkan-headers"]
path = src/monogame/external/vulkan-headers
path = native/monogame/external/vulkan-headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "src/monogame/external/volk"]
path = src/monogame/external/volk
path = native/monogame/external/volk
url = https://github.com/zeux/volk.git
[submodule "src/monogame/external/vma"]
path = src/monogame/external/vma
path = native/monogame/external/vma
url = https://github.com/LunarG/VulkanMemoryAllocator.git
2 changes: 1 addition & 1 deletion MonoGame.Framework.Native.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.Generator.CTypes",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.Tests.WindowsVK", "Tests\MonoGame.Tests.WindowsVK.csproj", "{C670BF60-56F7-493F-B5DD-50F97DB80A04}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "desktopvk", "src\monogame\desktopvk.vcxproj", "{60D6243F-CC40-D9B5-157F-8A5B8128B70A}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "desktopvk", "native\monogame\desktopvk.vcxproj", "{60D6243F-CC40-D9B5-157F-8A5B8128B70A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit dce38c5

Please sign in to comment.