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::WallUniforms Struct Reference

Public Attributes

glm::vec4 fx {0.0f}
glm::mat4 proj {1.0f}
glm::mat4 view {1.0f}

Detailed Description

Definition at line 1527 of file room.cpp.

Member Data Documentation

◆ fx

glm::vec4 walk::RawWallRenderer::WallUniforms::fx {0.0f}

Definition at line 1530 of file room.cpp.

1530{0.0f};

◆ proj

glm::mat4 walk::RawWallRenderer::WallUniforms::proj {1.0f}

Definition at line 1529 of file room.cpp.

1529{1.0f};

◆ view

glm::mat4 walk::RawWallRenderer::WallUniforms::view {1.0f}

Definition at line 1528 of file room.cpp.

1528{1.0f};

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