mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-09 01:01:05 +00:00
- do not include game specific stuff in the backend.
This commit is contained in:
parent
9002cdb61d
commit
7847a55d67
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
#include "vulkan/system/vk_builders.h"
|
#include "vulkan/system/vk_builders.h"
|
||||||
#include "vulkan/system/vk_framebuffer.h"
|
#include "vulkan/system/vk_framebuffer.h"
|
||||||
#include "vulkan/system/vk_commandbuffer.h"
|
#include "vulkan/system/vk_commandbuffer.h"
|
||||||
#include "doom_levelmesh.h"
|
#include "hw_levelmesh.h"
|
||||||
|
|
||||||
VkRaytrace::VkRaytrace(VulkanFrameBuffer* fb) : fb(fb)
|
VkRaytrace::VkRaytrace(VulkanFrameBuffer* fb) : fb(fb)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue