MCPcopy Create free account
hub / github.com/Overv/VulkanTutorial / UniformBufferObject

Class UniformBufferObject

code/28_model_loading.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133struct UniformBufferObject {
134 alignas(16) glm::mat4 model;
135 alignas(16) glm::mat4 view;
136 alignas(16) glm::mat4 proj;
137};
138
139class HelloTriangleApplication {
140public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected