mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 01:54:16 +01:00
[general] Fix some old includes
This commit is contained in:
parent
1cd912556e
commit
93d88afab9
@ -1,11 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <dxvk_device.h>
|
||||
|
||||
#include "dxgi_adapter.h"
|
||||
#include "dxgi_interfaces.h"
|
||||
#include "dxgi_options.h"
|
||||
|
||||
#include "../dxvk/dxvk_device.h"
|
||||
|
||||
namespace dxvk {
|
||||
|
||||
class DxgiFactory;
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <dxvk_instance.h>
|
||||
|
||||
#include "dxgi_adapter.h"
|
||||
#include "dxgi_options.h"
|
||||
|
||||
#include "../dxvk/dxvk_instance.h"
|
||||
|
||||
namespace dxvk {
|
||||
|
||||
class DxgiFactory : public DxgiObject<IDXGIFactory2> {
|
||||
|
@ -3,14 +3,14 @@
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
||||
#include <dxvk_surface.h>
|
||||
#include <dxvk_swapchain.h>
|
||||
|
||||
#include "dxgi_interfaces.h"
|
||||
#include "dxgi_object.h"
|
||||
|
||||
#include "../d3d11/d3d11_interfaces.h"
|
||||
|
||||
#include "../dxvk/dxvk_surface.h"
|
||||
#include "../dxvk/dxvk_swapchain.h"
|
||||
|
||||
#include "../spirv/spirv_module.h"
|
||||
|
||||
namespace dxvk {
|
||||
|
@ -1,8 +1,8 @@
|
||||
#include <iterator>
|
||||
#include <fstream>
|
||||
|
||||
#include <dxbc_module.h>
|
||||
#include <dxvk_shader.h>
|
||||
#include "../../src/dxbc/dxbc_module.h"
|
||||
#include "../../src/dxvk/dxvk_shader.h"
|
||||
|
||||
#include <shellapi.h>
|
||||
#include <windows.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user