-
-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
562b05e
commit 05e85c7
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule FAudio
updated
40 files
Submodule FNA3D
updated
31 files
+2 −2 | CMakeLists.txt | |
+1 −1 | LICENSE | |
+1 −1 | MojoShader | |
+2 −0 | Xcode-iOS/FNA3D.xcodeproj/project.pbxproj | |
+4 −4 | include/FNA3D.h | |
+1 −1 | include/FNA3D_Image.h | |
+1 −1 | include/FNA3D_SysRenderer.h | |
+1 −1 | replay/replay.c | |
+1 −1 | src/FNA3D.c | |
+1 −1 | src/FNA3D_CommandBuffer.c | |
+1 −1 | src/FNA3D_CommandBuffer.h | |
+1 −1 | src/FNA3D_Driver.h | |
+222 −431 | src/FNA3D_Driver_D3D11.c | |
+4 −1 | src/FNA3D_Driver_D3D11.h | |
+1 −1 | src/FNA3D_Driver_D3D11_shaders.h | |
+1 −2 | src/FNA3D_Driver_OpenGL.c | |
+1 −1 | src/FNA3D_Driver_OpenGL.h | |
+1 −1 | src/FNA3D_Driver_OpenGL_glfuncs.h | |
+1 −1 | src/FNA3D_Driver_Vulkan.c | |
+1 −1 | src/FNA3D_Driver_Vulkan_vkfuncs.h | |
+1 −1 | src/FNA3D_Driver_template.txt | |
+1 −1 | src/FNA3D_Image.c | |
+1 −1 | src/FNA3D_Memory.c | |
+1 −1 | src/FNA3D_Memory.h | |
+1 −1 | src/FNA3D_PipelineCache.c | |
+1 −1 | src/FNA3D_PipelineCache.h | |
+1 −1 | src/FNA3D_Tracing.c | |
+1 −1 | src/FNA3D_Tracing.h | |
+0 −25 | visualc-winrt/FNA3D.sln | |
+0 −110 | visualc-winrt/FNA3D.vcxproj | |
+0 −19 | visualc-winrt/README |