mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
tests: Add bump mapping tests.
This commit is contained in:
committed by
Henri Verbeet
parent
6b5fe9daaf
commit
6633c220b7
Notes:
Henri Verbeet
2025-10-27 19:10:04 +01:00
Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1793
@@ -286,6 +286,11 @@ struct shader_runner
|
||||
enum fog_mode fog_mode;
|
||||
float fog_start, fog_end, fog_density;
|
||||
bool ortho_fog;
|
||||
struct bump_constants
|
||||
{
|
||||
float matrix[2][2];
|
||||
float luminance_scale, luminance_offset;
|
||||
} bump[8];
|
||||
|
||||
struct viewport viewports[4];
|
||||
unsigned int viewport_count;
|
||||
|
||||
Reference in New Issue
Block a user