Struct bedrock::FormatQuery [] [src]

pub struct FormatQuery(pub VkFormat);

Arbitrary queries of Format

Methods

impl FormatQuery
[src]

[src]

[src]

[src]

[src]

[src]

[src]

convert UNORM to SRGB if exists

[src]

convert to UNORM if exists

Trait Implementations

impl Clone for FormatQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FormatQuery
[src]

impl PartialEq for FormatQuery
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for FormatQuery
[src]

Auto Trait Implementations

impl Send for FormatQuery

impl Sync for FormatQuery