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{bluesky.cpp}::PushConstants Struct Reference

Public Attributes

glm::vec4 cameraTime {0.0f}
glm::vec4 viewport {1.0f}
glm::mat4 viewProjection {1.0f}

Detailed Description

Definition at line 49 of file bluesky.cpp.

Member Data Documentation

◆ cameraTime

glm::vec4 anonymous_namespace{bluesky.cpp}::PushConstants::cameraTime {0.0f}

Definition at line 51 of file bluesky.cpp.

◆ viewport

glm::vec4 anonymous_namespace{bluesky.cpp}::PushConstants::viewport {1.0f}

Definition at line 52 of file bluesky.cpp.

◆ viewProjection

glm::mat4 anonymous_namespace{bluesky.cpp}::PushConstants::viewProjection {1.0f}

Definition at line 50 of file bluesky.cpp.


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