Struct spirv_cross::spirv::EntryPoint[][src]

pub struct EntryPoint {
    pub name: String,
    pub execution_model: ExecutionModel,
    pub work_group_size: WorkGroupSize,
}

An entry point for a SPIR-V module.

Fields

Trait Implementations

impl Clone for EntryPoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EntryPoint
[src]

Formats the value using the given formatter. Read more

impl Hash for EntryPoint
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for EntryPoint
[src]

impl PartialEq for EntryPoint
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for EntryPoint

impl Sync for EntryPoint