mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests: Test FFP point size.
This commit is contained in:
committed by
Henri Verbeet
parent
3ddf46649b
commit
ec53e325b6
Notes:
Henri Verbeet
2024-10-10 23:00:15 +02:00
Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1146
@@ -148,6 +148,7 @@ struct shader_runner_caps
|
||||
bool wave_ops;
|
||||
bool depth_bounds;
|
||||
bool clip_planes;
|
||||
bool point_size;
|
||||
|
||||
uint32_t format_caps[DXGI_FORMAT_COUNT];
|
||||
};
|
||||
@@ -186,6 +187,7 @@ struct shader_runner
|
||||
bool require_wave_ops;
|
||||
bool require_depth_bounds;
|
||||
bool require_clip_planes;
|
||||
bool require_point_size;
|
||||
uint32_t require_format_caps[DXGI_FORMAT_COUNT];
|
||||
|
||||
bool last_render_failed;
|
||||
@@ -219,6 +221,7 @@ struct shader_runner
|
||||
bool flat_shading;
|
||||
uint8_t clip_plane_mask;
|
||||
struct vec4 clip_planes[8];
|
||||
float point_size;
|
||||
};
|
||||
|
||||
struct shader_runner_ops
|
||||
|
Reference in New Issue
Block a user