mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2025-03-01 10:39:28 +00:00
Support libplacebo API 127
- Attention the scaler sequence has changed you need to redefine the scalers you want to use
This commit is contained in:
5
video.c
5
video.c
@@ -5618,8 +5618,9 @@ void InitPlacebo()
|
||||
p->gpu = p->gl->gpu;
|
||||
|
||||
#else
|
||||
struct pl_vulkan_params params;
|
||||
struct pl_vulkan_params params = {0};
|
||||
struct pl_vk_inst_params iparams = pl_vk_inst_default_params;
|
||||
|
||||
VkXcbSurfaceCreateInfoKHR xcbinfo;
|
||||
|
||||
char xcbext[] = { "VK_KHR_xcb_surface" };
|
||||
@@ -5652,7 +5653,7 @@ void InitPlacebo()
|
||||
params.instance = p->vk_inst->instance;
|
||||
params.async_transfer = true;
|
||||
params.async_compute = true;
|
||||
params.queue_count = 16;
|
||||
params.queue_count = 1;
|
||||
params.surface = p->pSurface;
|
||||
params.allow_software = false;
|
||||
|
||||
|
Reference in New Issue
Block a user