Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions src/include/gpgmm_d3d12.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef GPGMM_INCLUDE_GPGMM_D3D12_H_
#define GPGMM_INCLUDE_GPGMM_D3D12_H_

#include <gpgmm_export.h>

// clang-format off
#ifndef INCLUDE_GPGMM_D3D12_H_
#define INCLUDE_GPGMM_D3D12_H_

#include "gpgmm/d3d12/HeapD3D12.h"
#include "gpgmm/d3d12/ResidencyListD3D12.h"
#include "gpgmm/d3d12/ResidencyManagerD3D12.h"
#include "gpgmm/d3d12/ResourceAllocationD3D12.h"
#include "gpgmm/d3d12/ResourceAllocatorD3D12.h"

// clang-format on

#endif // GPGMM_INCLUDE_GPGMM_D3D12_H_
#endif // INCLUDE_GPGMM_D3D12_H_
12 changes: 3 additions & 9 deletions src/include/gpgmm_vk.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef GPGMM_INCLUDE_GPGMM_VK_H_
#define GPGMM_INCLUDE_GPGMM_VK_H_

#include <gpgmm_export.h>

// clang-format off
#ifndef INCLUDE_GPGMM_VK_H_
#define INCLUDE_GPGMM_VK_H_

#include "gpgmm/vk/ResourceAllocatorVk.h"

// clang-format on

#endif // GPGMM_INCLUDE_GPGMM_VK_H_
#endif // INCLUDE_GPGMM_VK_H_