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

Public Attributes

glm::vec4 fx {0.0f}
glm::mat4 model {1.0f}

Detailed Description

Definition at line 23 of file mxvk_abstract_model.cpp.

Member Data Documentation

◆ fx

glm::vec4 mxvk::anonymous_namespace{mxvk_abstract_model.cpp}::ModelPushConstants::fx {0.0f}

Definition at line 25 of file mxvk_abstract_model.cpp.

25{0.0f};

◆ model

glm::mat4 mxvk::anonymous_namespace{mxvk_abstract_model.cpp}::ModelPushConstants::model {1.0f}

Definition at line 24 of file mxvk_abstract_model.cpp.

24{1.0f};

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