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

Public Attributes

glm::mat4 mvp {1.0f}
glm::vec4 params {0.0f}

Detailed Description

Definition at line 60 of file starship.cpp.

Member Data Documentation

◆ mvp

glm::mat4 anonymous_namespace{starship.cpp}::FlamePushConstants::mvp {1.0f}

Definition at line 61 of file starship.cpp.

61{1.0f};

◆ params

glm::vec4 anonymous_namespace{starship.cpp}::FlamePushConstants::params {0.0f}

Definition at line 62 of file starship.cpp.

62{0.0f};

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