mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests/hlsl: Add SV_Coverage tests.
This commit is contained in:
committed by
Alexandre Julliard
parent
36c76e1557
commit
c2a787181f
Notes:
Alexandre Julliard
2024-04-30 23:14:55 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/814
@@ -845,6 +845,7 @@ static VkPipeline create_graphics_pipeline(struct vulkan_shader_runner *runner,
|
||||
rs_desc.frontFace = VK_FRONT_FACE_CLOCKWISE;
|
||||
rs_desc.lineWidth = 1.0f;
|
||||
|
||||
/* TODO: sample count and mask. */
|
||||
ms_desc.rasterizationSamples = VK_SAMPLE_COUNT_1_BIT;
|
||||
|
||||
pipeline_desc.stageCount = stage_count;
|
||||
|
Reference in New Issue
Block a user