Skip to content

Commit

Permalink
Fix: Vulkan compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
brenocq committed Dec 27, 2023
1 parent ba6015d commit 638d860
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/atta/graphics/mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
#ifndef ATTA_GRAPHICS_MESH_H
#define ATTA_GRAPHICS_MESH_H

#include <atta/graphics/apis/vulkan/common.h>
#include <atta/graphics/apis/vulkan/indexBuffer.h>
#include <atta/graphics/apis/vulkan/vertexBuffer.h>

namespace atta::graphics {

class Mesh {
Expand Down

0 comments on commit 638d860

Please sign in to comment.