mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 15:30:50 +00:00
[vulkan] Remove redundant entity queue creation
I'd missed this when cleaning up entity queue creation for the other renderers.
This commit is contained in:
parent
6d0abd42bb
commit
42a03758c5
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ vulkan_ParticleSystem (void)
|
||||||
static void
|
static void
|
||||||
vulkan_R_Init (void)
|
vulkan_R_Init (void)
|
||||||
{
|
{
|
||||||
r_ent_queue = EntQueue_New (mod_num_types);
|
|
||||||
Vulkan_CreateStagingBuffers (vulkan_ctx);
|
Vulkan_CreateStagingBuffers (vulkan_ctx);
|
||||||
Vulkan_CreateSwapchain (vulkan_ctx);
|
Vulkan_CreateSwapchain (vulkan_ctx);
|
||||||
Vulkan_CreateFrames (vulkan_ctx);
|
Vulkan_CreateFrames (vulkan_ctx);
|
||||||
|
|
Loading…
Reference in a new issue