Remove D3D12

This commit is contained in:
Helios747
2016-11-04 23:57:33 -05:00
committed by Anthony
parent ec7c4ff92e
commit a465c483f3
53 changed files with 7 additions and 12500 deletions

View File

@ -1,21 +0,0 @@
// Copyright 2014 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include "VideoBackends/D3D12/D3DBase.h"
namespace DX12
{
class BBox
{
public:
static void Init();
static void Bind();
static void Invalidate();
static void Shutdown();
static void Set(int index, int value);
static int Get(int index);
};
};