[Vulkan] Remove a remaining Volk reference
This commit is contained in:
parent
692e329e9c
commit
6412bb8910
|
@ -10,9 +10,9 @@
|
||||||
#ifndef XENIA_GPU_VULKAN_TEXTURE_CONFIG_H_
|
#ifndef XENIA_GPU_VULKAN_TEXTURE_CONFIG_H_
|
||||||
#define XENIA_GPU_VULKAN_TEXTURE_CONFIG_H_
|
#define XENIA_GPU_VULKAN_TEXTURE_CONFIG_H_
|
||||||
|
|
||||||
#include "third_party/volk/volk.h"
|
|
||||||
#include "xenia/gpu/texture_info.h"
|
#include "xenia/gpu/texture_info.h"
|
||||||
#include "xenia/gpu/xenos.h"
|
#include "xenia/gpu/xenos.h"
|
||||||
|
#include "xenia/ui/vulkan/vulkan.h"
|
||||||
|
|
||||||
namespace xe {
|
namespace xe {
|
||||||
namespace gpu {
|
namespace gpu {
|
||||||
|
|
Loading…
Reference in New Issue