MXVK Vulkan Framework 0.33.1
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
anonymous_namespace{pong.cpp}::PongUniformBufferObject Struct Reference

Public Attributes

glm::vec4 color {1.0f, 1.0f, 1.0f, 1.0f}
glm::mat4 model {1.0f}
glm::vec4 params {0.0f, 0.0f, 0.0f, 0.0f}
glm::mat4 proj {1.0f}
glm::mat4 view {1.0f}

Detailed Description

Definition at line 39 of file pong.cpp.

Member Data Documentation

◆ color

glm::vec4 anonymous_namespace{pong.cpp}::PongUniformBufferObject::color {1.0f, 1.0f, 1.0f, 1.0f}

Definition at line 44 of file pong.cpp.

◆ model

glm::mat4 anonymous_namespace{pong.cpp}::PongUniformBufferObject::model {1.0f}

Definition at line 40 of file pong.cpp.

◆ params

glm::vec4 anonymous_namespace{pong.cpp}::PongUniformBufferObject::params {0.0f, 0.0f, 0.0f, 0.0f}

Definition at line 43 of file pong.cpp.

◆ proj

glm::mat4 anonymous_namespace{pong.cpp}::PongUniformBufferObject::proj {1.0f}

Definition at line 42 of file pong.cpp.

◆ view

glm::mat4 anonymous_namespace{pong.cpp}::PongUniformBufferObject::view {1.0f}

Definition at line 41 of file pong.cpp.


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