14 Aug
2023
14 Aug
'23
6:07 p.m.
Francisco Casas (@fcasas) commented about tests/hlsl/strings.shader_test:
+[pixel shader] +float4 main(uniform float4 x) : sv_target +{ + string description = "Hello, VKD3D!"; + return float4(0.0, 0.0, 0.0, 0.0); We use 4 spaces instead of tabs for indentation.
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/305#note_42200