gpu: consistent style for deprecation comments

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-27 10:11:08 -07:00 committed by Stephen Gutekanst
parent 7e6bd7b3e0
commit bd07e67224
2 changed files with 5 additions and 4 deletions

View file

@ -36,7 +36,6 @@ pub const SwapChainDescriptor = extern struct {
width: u32,
height: u32,
present_mode: PresentMode,
/// Deprecated
/// deprecated
implementation: u64 = 0,
};