Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GH Action committed Nov 19, 2024
1 parent bba19e6 commit 778739b
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 58 deletions.
4 changes: 4 additions & 0 deletions src/gfx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ pub struct Features {
pub mrt_independent_blend_state: bool,
pub mrt_independent_write_mask: bool,
pub storage_buffer: bool,
pub msaa_image_bindings: bool,
}
impl Features {
pub const fn new() -> Self {
Expand All @@ -326,6 +327,7 @@ impl Features {
mrt_independent_blend_state: false,
mrt_independent_write_mask: false,
storage_buffer: false,
msaa_image_bindings: false,
}
}
}
Expand Down Expand Up @@ -2623,6 +2625,7 @@ pub enum LogItem {
ValidateImagedescNoMsaaRtSupport,
ValidateImagedescMsaaNumMipmaps,
ValidateImagedescMsaa3dImage,
ValidateImagedescMsaaCubeImage,
ValidateImagedescDepth3dImage,
ValidateImagedescRtImmutable,
ValidateImagedescRtNoData,
Expand Down Expand Up @@ -2776,6 +2779,7 @@ pub enum LogItem {
ValidateAbndExpectedImageBinding,
ValidateAbndImgExists,
ValidateAbndImageTypeMismatch,
ValidateAbndExpectedMultisampledImage,
ValidateAbndImageMsaa,
ValidateAbndExpectedFilterableImage,
ValidateAbndExpectedDepthImage,
Expand Down
Loading

0 comments on commit 778739b

Please sign in to comment.