27 Apr
2023
27 Apr
'23
10:10 p.m.
On Thu Apr 27 21:54:59 2023 +0000, Francisco Casas wrote:
SampleGrad is also not supported for TextureCube, TextureCubeArray. It is probably better to use positive logic here and numerate all the allowed values for sampler_dim. I could be misreading the spec but it should be supported for Cube and CubeArray as long as Offset isn't provided - this appears to be the case for all Sample types, so it looks like there needs to be an additional patch for all Sample functions to check `offsetProvided && type != CUBE && type != CUBEARRAY`.
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/184#note_31459