mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-29 02:04:37 +00:00
parent
912abdf40f
commit
dba468f38a
@ -176,7 +176,7 @@ pub unsafe trait AcceptsPixels<T> {
|
|||||||
macro_rules! formats {
|
macro_rules! formats {
|
||||||
($($name:ident => $vk:ident [$sz:expr] [$($f_ty:tt)*] {$($d_ty:tt)*},)+) => (
|
($($name:ident => $vk:ident [$sz:expr] [$($f_ty:tt)*] {$($d_ty:tt)*},)+) => (
|
||||||
/// An enumeration of all the possible formats.
|
/// An enumeration of all the possible formats.
|
||||||
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
|
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
|
||||||
#[repr(u32)]
|
#[repr(u32)]
|
||||||
#[allow(missing_docs)]
|
#[allow(missing_docs)]
|
||||||
#[allow(non_camel_case_types)]
|
#[allow(non_camel_case_types)]
|
||||||
|
Loading…
Reference in New Issue
Block a user