ngfx::VertexShaderModule::AttributeDescription
Public Attributes
| Name | |
|---|---|
| std::string | semantic |
| uint32_t | location |
| VertexFormat | format |
| std::string | name |
| uint32_t | count |
| uint32_t | elementSize |
Public Attributes Documentation
variable semantic
std::string semantic;
variable location
uint32_t location;
variable format
VertexFormat format;
variable name
std::string name;
variable count
uint32_t count;
variable elementSize
uint32_t elementSize;
Updated on 3 April 2021 at 20:21:51 PDT