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

Public Attributes

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

Detailed Description

Definition at line 546 of file room.cpp.

Member Data Documentation

◆ fx

glm::vec4 walk::RawPillarRenderer::PillarUniforms::fx {0.0f}

Definition at line 549 of file room.cpp.

549{0.0f};

◆ proj

glm::mat4 walk::RawPillarRenderer::PillarUniforms::proj {1.0f}

Definition at line 548 of file room.cpp.

548{1.0f};

◆ view

glm::mat4 walk::RawPillarRenderer::PillarUniforms::view {1.0f}

Definition at line 547 of file room.cpp.

547{1.0f};

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