Struct ILLIXR::vertex
ClassList > ILLIXR > vertex
Public Attributes
Type |
Name |
glm::vec3 |
pos
|
glm::vec2 |
uv
|
Public Functions
Type |
Name |
bool |
operator== (const vertex & other) const
|
Public Static Functions
Public Attributes Documentation
variable pos
glm::vec3 ILLIXR::vertex::pos;
variable uv
glm::vec2 ILLIXR::vertex::uv;
Public Functions Documentation
function operator==
inline bool ILLIXR::vertex::operator== (
const vertex & other
) const
Public Static Functions Documentation
function get_attribute_descriptions
static inline std::array< VkVertexInputAttributeDescription, 2 > ILLIXR::vertex::get_attribute_descriptions ()
function get_binding_description
static inline VkVertexInputBindingDescription ILLIXR::vertex::get_binding_description ()
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/services/vkdemo/service.hpp