Struct spirv_cross::spirv::Module[][src]

pub struct Module<'a> { /* fields omitted */ }

A SPIR-V shader module.

Methods

impl<'a> Module<'a>
[src]

Creates a shader module from SPIR-V words.

Trait Implementations

impl<'a> Debug for Module<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for Module<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for Module<'a>

impl<'a> Sync for Module<'a>