commit | 216a9d887163122d2e1f959a816b6ec0b918d159 | [log] [tgz] |
---|---|---|
author | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Mon Aug 05 01:07:04 2019 +0200 |
committer | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Wed Aug 07 02:13:07 2019 +0200 |
tree | 58a699380756d59f70a9cb3b0146da0c2bff56a4 | |
parent | 50add1b33ae3c56ba4692e9f1524466887c1583e [diff] |
radv: Add extra struct to image view creation. For extra args. Unlike image creation, I'm not embedding the vk struct in there, so all the inline structs can be kept. Reviewed-by: Dave Airlie <airlied@redhat.com>