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::RawWallRenderer::WallVertex Struct Reference

Public Attributes

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

Detailed Description

Definition at line 1521 of file room.cpp.

Member Data Documentation

◆ normal

glm::vec3 walk::RawWallRenderer::WallVertex::normal {0.0f}

Definition at line 1524 of file room.cpp.

1524{0.0f};

◆ position

glm::vec3 walk::RawWallRenderer::WallVertex::position {0.0f}

Definition at line 1522 of file room.cpp.

1522{0.0f};

◆ texCoord

glm::vec2 walk::RawWallRenderer::WallVertex::texCoord {0.0f}

Definition at line 1523 of file room.cpp.

1523{0.0f};

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