MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
walk::RawPillarRenderer::PillarVertex Struct Reference

Public Attributes

glm::vec3 normal {0.0f}
glm::vec3 position {0.0f}
glm::vec2 texCoord {0.0f}

Detailed Description

Definition at line 540 of file room.cpp.

Member Data Documentation

◆ normal

glm::vec3 walk::RawPillarRenderer::PillarVertex::normal {0.0f}

Definition at line 543 of file room.cpp.

543{0.0f};

◆ position

glm::vec3 walk::RawPillarRenderer::PillarVertex::position {0.0f}

Definition at line 541 of file room.cpp.

541{0.0f};

◆ texCoord

glm::vec2 walk::RawPillarRenderer::PillarVertex::texCoord {0.0f}

Definition at line 542 of file room.cpp.

542{0.0f};

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