Struct ILLIXR::DistortionCorrectionVertex
ClassList > ILLIXR > DistortionCorrectionVertex
Public Attributes
Type | Name |
---|---|
glm::vec3 | pos |
glm::vec2 | uv0 |
glm::vec2 | uv1 |
glm::vec2 | uv2 |
Public Static Functions
Type | Name |
---|---|
std::array< VkVertexInputAttributeDescription, 4 > | get_attribute_descriptions () |
VkVertexInputBindingDescription | get_binding_description () |
Public Attributes Documentation
variable pos
glm::vec3 ILLIXR::DistortionCorrectionVertex::pos;
variable uv0
glm::vec2 ILLIXR::DistortionCorrectionVertex::uv0;
variable uv1
glm::vec2 ILLIXR::DistortionCorrectionVertex::uv1;
variable uv2
glm::vec2 ILLIXR::DistortionCorrectionVertex::uv2;
Public Static Functions Documentation
function get_attribute_descriptions
static inline std::array< VkVertexInputAttributeDescription, 4 > ILLIXR::DistortionCorrectionVertex::get_attribute_descriptions ()
function get_binding_description
static inline VkVertexInputBindingDescription ILLIXR::DistortionCorrectionVertex::get_binding_description ()
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/plugins/openwarp_vk/openwarp_vk.hpp