Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
impeller::compiler::InputDescription Struct Reference

#include <types.h>

Public Attributes

std::string name
 
size_t location
 
size_t set
 
size_t binding
 
spirv_cross::SPIRType::BaseType type
 
size_t bit_width
 
size_t vec_size
 
size_t columns
 
size_t offset
 

Detailed Description

Definition at line 61 of file types.h.

Member Data Documentation

◆ binding

size_t impeller::compiler::InputDescription::binding

Definition at line 65 of file types.h.

◆ bit_width

size_t impeller::compiler::InputDescription::bit_width

Definition at line 68 of file types.h.

◆ columns

size_t impeller::compiler::InputDescription::columns

Definition at line 70 of file types.h.

◆ location

size_t impeller::compiler::InputDescription::location

Definition at line 63 of file types.h.

◆ name

std::string impeller::compiler::InputDescription::name

Definition at line 62 of file types.h.

◆ offset

size_t impeller::compiler::InputDescription::offset

Definition at line 71 of file types.h.

◆ set

size_t impeller::compiler::InputDescription::set

Definition at line 64 of file types.h.

◆ type

spirv_cross::SPIRType::BaseType impeller::compiler::InputDescription::type
Initial value:
=
spirv_cross::SPIRType::BaseType::Unknown

Definition at line 66 of file types.h.

◆ vec_size

size_t impeller::compiler::InputDescription::vec_size

Definition at line 69 of file types.h.


The documentation for this struct was generated from the following file: