Skip to content

Update generated bindings #377

Update generated bindings

Update generated bindings #377

Triggered via pull request September 2, 2023 21:10
Status Success
Total duration 3m 12s
Artifacts

ci.yml

on: pull_request
Test - Vulkanalia
3m 2s
Test - Vulkanalia
Format - Vulkanalia
21s
Format - Vulkanalia
Clippy - Vulkanalia
2m 19s
Clippy - Vulkanalia
Check - Generator
1m 54s
Check - Generator
Check - Bindings
1m 57s
Check - Bindings
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
Format - Vulkanalia
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Format - Vulkanalia
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Format - Vulkanalia
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Format - Vulkanalia
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Format - Vulkanalia
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check - Generator
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check - Bindings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
manual slice size calculation: tutorial/src/25_texture_mapping.rs#L1108
warning: manual slice size calculation --> tutorial/src/25_texture_mapping.rs:1108:16 | 1108 | let size = (size_of::<u16>() * INDICES.len()) as u64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `std::mem::size_of_val(INDICES)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_slice_size_calculation = note: `#[warn(clippy::manual_slice_size_calculation)]` on by default
manual slice size calculation: tutorial/src/20_index_buffer.rs#L913
warning: manual slice size calculation --> tutorial/src/20_index_buffer.rs:913:16 | 913 | let size = (size_of::<u16>() * INDICES.len()) as u64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `std::mem::size_of_val(INDICES)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_slice_size_calculation = note: `#[warn(clippy::manual_slice_size_calculation)]` on by default
manual slice size calculation: tutorial/src/24_sampler.rs#L1102
warning: manual slice size calculation --> tutorial/src/24_sampler.rs:1102:16 | 1102 | let size = (size_of::<u16>() * INDICES.len()) as u64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `std::mem::size_of_val(INDICES)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_slice_size_calculation = note: `#[warn(clippy::manual_slice_size_calculation)]` on by default
manual slice size calculation: tutorial/src/26_depth_buffering.rs#L1226
warning: manual slice size calculation --> tutorial/src/26_depth_buffering.rs:1226:16 | 1226 | let size = (size_of::<u16>() * INDICES.len()) as u64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `std::mem::size_of_val(INDICES)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_slice_size_calculation = note: `#[warn(clippy::manual_slice_size_calculation)]` on by default
manual slice size calculation: tutorial/src/22_descriptor_sets.rs#L996
warning: manual slice size calculation --> tutorial/src/22_descriptor_sets.rs:996:16 | 996 | let size = (size_of::<u16>() * INDICES.len()) as u64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `std::mem::size_of_val(INDICES)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_slice_size_calculation = note: `#[warn(clippy::manual_slice_size_calculation)]` on by default
manual slice size calculation: tutorial/src/23_texture_image.rs#L1087
warning: manual slice size calculation --> tutorial/src/23_texture_image.rs:1087:16 | 1087 | let size = (size_of::<u16>() * INDICES.len()) as u64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `std::mem::size_of_val(INDICES)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_slice_size_calculation = note: `#[warn(clippy::manual_slice_size_calculation)]` on by default
manual slice size calculation: tutorial/src/21_descriptor_layout.rs#L988
warning: manual slice size calculation --> tutorial/src/21_descriptor_layout.rs:988:16 | 988 | let size = (size_of::<u16>() * INDICES.len()) as u64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `std::mem::size_of_val(INDICES)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_slice_size_calculation = note: `#[warn(clippy::manual_slice_size_calculation)]` on by default
Clippy - Vulkanalia
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy - Vulkanalia
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy - Vulkanalia
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy - Vulkanalia
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy - Vulkanalia
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test - Vulkanalia
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test - Vulkanalia
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test - Vulkanalia
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test - Vulkanalia
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test - Vulkanalia
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/