Trait vulkano::format::PossibleSintFormatDesc[][src]

pub unsafe trait PossibleSintFormatDesc: FormatDesc {
    fn is_sint(&self) -> bool;
}

Required methods

fn is_sint(&self) -> bool[src]

Loading content...

Implementors

impl PossibleSintFormatDesc for Format[src]

impl PossibleSintFormatDesc for A2B10G10R10SintPack32[src]

impl PossibleSintFormatDesc for A2R10G10B10SintPack32[src]

impl PossibleSintFormatDesc for A8B8G8R8SintPack32[src]

impl PossibleSintFormatDesc for B8G8R8A8Sint[src]

impl PossibleSintFormatDesc for B8G8R8Sint[src]

impl PossibleSintFormatDesc for R8G8B8A8Sint[src]

impl PossibleSintFormatDesc for R8G8B8Sint[src]

impl PossibleSintFormatDesc for R8G8Sint[src]

impl PossibleSintFormatDesc for R8Sint[src]

impl PossibleSintFormatDesc for R16G16B16A16Sint[src]

impl PossibleSintFormatDesc for R16G16B16Sint[src]

impl PossibleSintFormatDesc for R16G16Sint[src]

impl PossibleSintFormatDesc for R16Sint[src]

impl PossibleSintFormatDesc for R32G32B32A32Sint[src]

impl PossibleSintFormatDesc for R32G32B32Sint[src]

impl PossibleSintFormatDesc for R32G32Sint[src]

impl PossibleSintFormatDesc for R32Sint[src]

impl PossibleSintFormatDesc for R64G64B64A64Sint[src]

impl PossibleSintFormatDesc for R64G64B64Sint[src]

impl PossibleSintFormatDesc for R64G64Sint[src]

impl PossibleSintFormatDesc for R64Sint[src]

Loading content...