mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-26 08:45:59 +00:00
Add minor TODO
This commit is contained in:
parent
691e7a1eb7
commit
a619725fa7
@ -93,6 +93,7 @@ impl ImageUsage {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: these functions shouldn't be public-hidden
|
||||
#[doc(hidden)]
|
||||
#[inline]
|
||||
pub fn to_usage_bits(&self) -> vk::ImageUsageFlagBits {
|
||||
@ -108,6 +109,7 @@ impl ImageUsage {
|
||||
result
|
||||
}
|
||||
|
||||
// TODO: these functions shouldn't be public-hidden
|
||||
#[inline]
|
||||
#[doc(hidden)]
|
||||
pub fn from_bits(val: u32) -> ImageUsage {
|
||||
|
Loading…
Reference in New Issue
Block a user