Struct VertexInputElement
Defined in File structures.h
Inheritance Relationships
Derived Type
public gpa::api_types::VertexInputElementExtended
(Struct VertexInputElementExtended)
Struct Documentation
-
struct VertexInputElement
Graphics API agnostic information for vertex input elements.
Subclassed by gpa::api_types::VertexInputElementExtended
Public Members
-
uint32_t location = {0}
This VertexInputElement's shader location / semantic index.
-
Format format = {GPA_FORMAT_UNKNOWN}
This VertexInputElement's Format.
-
uint64_t offset = {0}
This VertexInputElement's byte offset relative to the first element of the vertex input layout.
-
uint32_t location = {0}