6#ifndef INCLUDE_VULKANENGINE_INDEXATTRIBUTE_H_
7#define INCLUDE_VULKANENGINE_INDEXATTRIBUTE_H_
9#include <VulkanEngine/Attribute.h>
11#include <vulkan/vulkan.hpp>
31#include <IndexAttribute.cpp>
Abstract base class for shader attributes.
Definition: Attribute.h:16
size_t num_elements
The number of elements in this attribute.
Definition: Attribute.h:33
Definition: IndexAttribute.h:18
virtual ~IndexAttribute()
Destructor.
Definition: IndexAttribute.cpp:35
TODO development of this class is in progress.
Definition: Attribute.h:13