[][src]Constant winapi::shared::d3d9types::D3DFMT_YUY2

pub const D3DFMT_YUY2: D3DFORMAT = b'Y' as u32 | (b'U' as u32) << 8 | (b'Y' as u32) << 16 | (b'2' as u32) << 24; // 844_715_353u32