Struct vulkano::format::D16Unorm_S8Uint [] [src]

pub struct D16Unorm_S8Uint;

Trait Implementations

impl Default for D16Unorm_S8Uint
[src]

fn default() -> D16Unorm_S8Uint

Returns the "default value" for a type. Read more

impl Clone for D16Unorm_S8Uint
[src]

fn clone(&self) -> D16Unorm_S8Uint

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for D16Unorm_S8Uint
[src]

impl Debug for D16Unorm_S8Uint
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl FormatDesc for D16Unorm_S8Uint
[src]

type ClearValue = (f32, u32)

fn format(&self) -> Format

fn decode_clear_value(&self, val: Self::ClearValue) -> ClearValue

impl PossibleDepthStencilFormatDesc for D16Unorm_S8Uint
[src]

fn is_depth_stencil(&self) -> bool