-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Showing
63 changed files
with
1,168 additions
and
927 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Submodule ANGLE
updated
from 24dabd to bd5dce
Submodule GLFW
updated
32 files
+1 −1 | .github/workflows/build.yml | |
+5 −0 | CMakeLists.txt | |
+13 −0 | CONTRIBUTORS.md | |
+21 −1 | README.md | |
+1,859 −912 | docs/Doxyfile.in | |
+8 −0 | docs/compat.dox | |
+4 −3 | docs/context.dox | |
+18 −12 | docs/input.dox | |
+25 −0 | docs/intro.dox | |
+13 −0 | docs/news.dox | |
+42 −22 | include/GLFW/glfw3.h | |
+1 −0 | src/CMakeLists.txt | |
+1 −1 | src/cocoa_init.m | |
+8 −3 | src/cocoa_joystick.m | |
+10 −5 | src/cocoa_window.m | |
+2 −0 | src/context.c | |
+9 −6 | src/egl_context.c | |
+1 −1 | src/glfw3.pc.in | |
+1 −0 | src/glx_context.c | |
+7 −1 | src/init.c | |
+7 −1 | src/input.c | |
+3 −0 | src/internal.h | |
+5 −1 | src/linux_joystick.c | |
+1 −0 | src/linux_joystick.h | |
+4 −5 | src/nsgl_context.m | |
+1 −0 | src/wgl_context.c | |
+7 −0 | src/win32_joystick.c | |
+1 −1 | src/win32_window.c | |
+145 −0 | src/wl_init.c | |
+155 −0 | src/wl_platform.h | |
+347 −80 | src/wl_window.c | |
+6 −4 | tests/glfwinfo.c |
Submodule MoltenVK
updated
79 files
Submodule SPIRV-Cross
updated
70 files
Submodule SPIRV-Headers
updated
13 files
+2 −1 | include/spirv/spir-v.xml | |
+65 −0 | include/spirv/unified1/spirv.bf | |
+1,737 −679 | include/spirv/unified1/spirv.core.grammar.json | |
+65 −0 | include/spirv/unified1/spirv.cs | |
+70 −0 | include/spirv/unified1/spirv.h | |
+70 −0 | include/spirv/unified1/spirv.hpp | |
+70 −0 | include/spirv/unified1/spirv.hpp11 | |
+80 −3 | include/spirv/unified1/spirv.json | |
+61 −0 | include/spirv/unified1/spirv.lua | |
+61 −0 | include/spirv/unified1/spirv.py | |
+65 −0 | include/spirv/unified1/spv.d | |
+218 −2 | tools/buildHeaders/jsonToSpirv.cpp | |
+9 −0 | tools/buildHeaders/jsonToSpirv.h |
Submodule SPIRV-Reflect
updated
45 files
Submodule SPIRV-Tools
updated
67 files
Submodule SwiftShader
updated
6708 files
Submodule Vulkan-Headers
updated
21 files
+12 −0 | .github/dependabot.yml | |
+13 −11 | .github/workflows/ci.yml | |
+4 −6 | README.md | |
+20 −16 | include/vulkan/vulkan.cppm | |
+57 −5 | include/vulkan/vulkan.hpp | |
+55 −9 | include/vulkan/vulkan_core.h | |
+88 −85 | include/vulkan/vulkan_enums.hpp | |
+14 −10 | include/vulkan/vulkan_extension_inspection.hpp | |
+51 −31 | include/vulkan/vulkan_funcs.hpp | |
+37 −16 | include/vulkan/vulkan_handles.hpp | |
+61 −0 | include/vulkan/vulkan_hash.hpp | |
+150 −72 | include/vulkan/vulkan_raii.hpp | |
+36 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+434 −5 | include/vulkan/vulkan_structs.hpp | |
+54 −50 | include/vulkan/vulkan_to_string.hpp | |
+29 −26 | include/vulkan/vulkan_video.hpp | |
+265 −149 | registry/validusage.json | |
+65 −24 | registry/vk.xml | |
+1 −1 | tests/CMakeLists.txt | |
+2 −2 | tests/vk_icd.c | |
+2 −2 | tests/vk_layer.c |
Submodule Vulkan-Loader
updated
5 files
+1 −1 | CMakeLists.txt | |
+4 −0 | loader/CMakeLists.txt | |
+2 −2 | loader/loader.rc | |
+7 −1 | loader/vulkan.pc.in | |
+1 −1 | scripts/known_good.json |
Submodule shaderc
updated
15 files
+66 −0 | .github/workflows/autoroll.yml | |
+5 −0 | CHANGES | |
+4 −4 | DEPS | |
+3 −4 | README.md | |
+0 −1 | cmake/utils.cmake | |
+11 −11 | glslc/test/line.py | |
+17 −17 | glslc/test/option_dash_D.py | |
+20 −20 | glslc/test/option_dash_E.py | |
+2 −2 | glslc/test/option_dash_M.py | |
+1 −1 | kokoro/linux/build-docker.sh | |
+2 −2 | libshaderc/Android.mk | |
+4 −3 | libshaderc/src/shaderc_cpp_test.cc | |
+2 −2 | libshaderc/src/shaderc_test.cc | |
+1 −1 | libshaderc_util/Android.mk | |
+24 −20 | utils/roll-deps |
Submodule webgpu-headers
updated
6 files
+1 −0 | tests/compile/.gitignore | |
+37 −7 | tests/compile/Makefile | |
+1 −3 | tests/compile/main.c | |
+1 −0 | tests/compile/main.cpp | |
+43 −0 | tests/compile/main.inl | |
+86 −104 | webgpu.h |
Submodule wgpu-native
updated
18 files
+217 −144 | .github/workflows/cd.yml | |
+11 −3 | .github/workflows/ci.yml | |
+152 −107 | Cargo.lock | |
+32 −18 | Cargo.toml | |
+1 −1 | examples/capture/CMakeLists.txt | |
+1 −1 | examples/compute/CMakeLists.txt | |
+1 −1 | examples/enumerate_adapters/CMakeLists.txt | |
+1 −1 | examples/framework/CMakeLists.txt | |
+1 −1 | examples/texture_arrays/CMakeLists.txt | |
+3 −1 | examples/texture_arrays/main.c | |
+1 −1 | examples/triangle/CMakeLists.txt | |
+3 −1 | examples/triangle/main.c | |
+1 −1 | ffi/webgpu-headers | |
+48 −6 | ffi/wgpu.h | |
+95 −78 | src/conv.rs | |
+189 −119 | src/lib.rs | |
+0 −10 | src/unimplemented.rs | |
+102 −10 | src/utils.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+8.59 KB
(100%)
src/Native/Silk.NET.DirectStorage.Native/runtimes/win-arm64/native/dstorage.dll
Binary file not shown.
Binary file modified
BIN
+53.6 KB
(100%)
src/Native/Silk.NET.DirectStorage.Native/runtimes/win-arm64/native/dstoragecore.dll
Binary file not shown.
Binary file modified
BIN
+8.09 KB
(100%)
src/Native/Silk.NET.DirectStorage.Native/runtimes/win-x64/native/dstorage.dll
Binary file not shown.
Binary file modified
BIN
+7.59 KB
(100%)
src/Native/Silk.NET.DirectStorage.Native/runtimes/win-x64/native/dstoragecore.dll
Binary file not shown.
Binary file modified
BIN
+7.11 KB
(100%)
src/Native/Silk.NET.DirectStorage.Native/runtimes/win-x86/native/dstorage.dll
Binary file not shown.
Binary file modified
BIN
+29.1 KB
(100%)
src/Native/Silk.NET.DirectStorage.Native/runtimes/win-x86/native/dstoragecore.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.1 | ||
1.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
src/SPIRV/Silk.NET.SPIRV.Reflect/Enums/ExecutionModeValue.gen.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// Licensed to the .NET Foundation under one or more agreements. | ||
// The .NET Foundation licenses this file to you under the MIT license. | ||
|
||
|
||
using System; | ||
using Silk.NET.Core.Attributes; | ||
|
||
#pragma warning disable 1591 | ||
|
||
namespace Silk.NET.SPIRV.Reflect | ||
{ | ||
[NativeName("Name", "SpvReflectExecutionModeValue")] | ||
public enum ExecutionModeValue : int | ||
{ | ||
[NativeName("Name", "SPV_REFLECT_EXECUTION_MODE_SPEC_CONSTANT")] | ||
SpecConstant = unchecked((int) 0xFFFFFFFFFFFFFFFF), | ||
} | ||
} |
Oops, something went wrong.