Skip to content

Commit f280bda

Browse files
committed
chore(examples): regenerate loader trees via gloam regen
Locked regeneration with the current gloam: the only substantive change is the C preamble's stamp catching up from the 0.5.1-era "Generated by" wording to "@generated by"; everything else is version/commit stamp churn. The recorded command lines are preserved verbatim. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
1 parent b4ad6f5 commit f280bda

8 files changed

Lines changed: 18 additions & 18 deletions

File tree

examples/c/gl-triangle/gloam/.gloam/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"schema_version": 2,
33
"gloam": {
4-
"version": "0.5.1",
5-
"describe": "0.5.1",
6-
"commit": "",
4+
"version": "0.5.2",
5+
"describe": "0.5.2-5-gb4ad6f5",
6+
"commit": "b4ad6f5ad17671253272a5979ad4909afd11496d",
77
"command_line": "gloam --api gl:core=3.3,gles2=3.0 --merge --extensions GL_KHR_debug,GL_EXT_texture_filter_anisotropic --out-path gl-triangle/gloam c --alias"
88
},
99
"provenance": {
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"path": "include/gloam/gl.h",
57-
"blob": "7c1f2268c6d63937139537a8fb6c4c89e0a47c40",
57+
"blob": "6fbe20bd3876d2ce121cefe37b388b8d40b9708c",
5858
"derived_from": [
5959
"KHR/khrplatform.h",
6060
"gl.xml",
@@ -73,7 +73,7 @@
7373
},
7474
{
7575
"path": "src/gl.c",
76-
"blob": "6d2a3726f18b39bac13293bcdeb39d7e183bd150",
76+
"blob": "9758acd44daa23a5d263c268a912147be250fa31",
7777
"derived_from": [
7878
"KHR/khrplatform.h",
7979
"gl.xml",

examples/c/gl-triangle/gloam/include/gloam/gl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Generated by gloam 0.5.1.
2+
* @generated by gloam 0.5.2-5-gb4ad6f5.
33
*
44
* gloam --api gl:core=3.3,gles2=3.0 --merge --extensions GL_KHR_debug,GL_EXT_texture_filter_anisotropic --out-path gl-triangle/gloam c --alias
55
*

examples/c/gl-triangle/gloam/src/gl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Generated by gloam 0.5.1.
2+
* @generated by gloam 0.5.2-5-gb4ad6f5.
33
*
44
* gloam --api gl:core=3.3,gles2=3.0 --merge --extensions GL_KHR_debug,GL_EXT_texture_filter_anisotropic --out-path gl-triangle/gloam c --alias
55
*

examples/c/vk-info/gloam/.gloam/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"schema_version": 2,
33
"gloam": {
4-
"version": "0.5.1",
5-
"describe": "0.5.1",
6-
"commit": "",
4+
"version": "0.5.2",
5+
"describe": "0.5.2-5-gb4ad6f5",
6+
"commit": "b4ad6f5ad17671253272a5979ad4909afd11496d",
77
"command_line": "gloam --api vk=1.3 --extensions VK_KHR_swapchain,VK_KHR_get_physical_device_properties2,VK_EXT_debug_utils,VK_KHR_timeline_semaphore,VK_KHR_synchronization2 --out-path vk-info/gloam c --loader"
88
},
99
"provenance": {
@@ -32,7 +32,7 @@
3232
"output": [
3333
{
3434
"path": "include/gloam/vk.h",
35-
"blob": "3e95b4624c3bce84b9243bbbde10756c506aa563",
35+
"blob": "c5c51ca4c257dab6b5356b2d09abb026a214c603",
3636
"derived_from": [
3737
"vk.xml",
3838
"vulkan/vk_platform.h",
@@ -57,7 +57,7 @@
5757
},
5858
{
5959
"path": "src/vk.c",
60-
"blob": "abb01578fb8545ab47c23208c8023275f80fd9df",
60+
"blob": "3fb06072fb8a9dc532c4ff6d19e90428d23bc536",
6161
"derived_from": [
6262
"vk.xml",
6363
"vulkan/vk_platform.h",

examples/c/vk-info/gloam/include/gloam/vk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Generated by gloam 0.5.1.
2+
* @generated by gloam 0.5.2-5-gb4ad6f5.
33
*
44
* gloam --api vk=1.3 --extensions VK_KHR_swapchain,VK_KHR_get_physical_device_properties2,VK_EXT_debug_utils,VK_KHR_timeline_semaphore,VK_KHR_synchronization2 --out-path vk-info/gloam c --loader
55
*

examples/c/vk-info/gloam/src/vk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Generated by gloam 0.5.1.
2+
* @generated by gloam 0.5.2-5-gb4ad6f5.
33
*
44
* gloam --api vk=1.3 --extensions VK_KHR_swapchain,VK_KHR_get_physical_device_properties2,VK_EXT_debug_utils,VK_KHR_timeline_semaphore,VK_KHR_synchronization2 --out-path vk-info/gloam c --loader
55
*

examples/rust/gl-triangle/gloam/.gloam/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"schema_version": 2,
33
"gloam": {
44
"version": "0.5.2",
5-
"describe": "0.5.2-2-g58b05df-dirty",
6-
"commit": "58b05df72da58c95ccf0dd6643bde26e49db7df2",
5+
"describe": "0.5.2-5-gb4ad6f5",
6+
"commit": "b4ad6f5ad17671253272a5979ad4909afd11496d",
77
"command_line": "gloam --api gl:core=3.3,gles2=3.0 --merge --out-path examples/rust/gl-triangle/gloam rust --alias --mx-global"
88
},
99
"provenance": {
@@ -51,7 +51,7 @@
5151
},
5252
{
5353
"path": "src/lib.rs",
54-
"blob": "247d058b209e8658965e4a2b7c1c8673b4eb203a",
54+
"blob": "89fed2248d7149c2b37ca01af848b635116eca49",
5555
"derived_from": [
5656
"KHR/khrplatform.h",
5757
"gl.xml",

examples/rust/gl-triangle/gloam/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @generated by gloam 0.5.2-2-g58b05df-dirty.
1+
// @generated by gloam 0.5.2-5-gb4ad6f5.
22
//
33
// gloam --api gl:core=3.3,gles2=3.0 --merge --out-path examples/rust/gl-triangle/gloam rust --alias --mx-global
44
//

0 commit comments

Comments
 (0)