Skip to content

Struct atlas::vk::camera_ubo

ClassList > atlas > vk > camera_ubo

Going to remove this. More...

  • #include <vk_types.hpp>

Public Attributes

Type Name
glm::mat4 projection = { 1.f }
glm::mat4 view = { 1.f }

Detailed Description

This is being used by descriptor sets and vk_renderer TODO: Modify vk_descriptor_set and vk_renderer and add uniforms.hpp inside renderer/ (dir) for used across vk_renderer and the renderer

Public Attributes Documentation

variable projection

glm::mat4 atlas::vk::camera_ubo::projection;

variable view

glm::mat4 atlas::vk::camera_ubo::view;


The documentation for this class was generated from the following file TheAtlasEngine/atlas/drivers/vulkan-cpp/vk_types.hpp