mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 21:26:36 +00:00
c/render: Remove unused comp_rendering_compute_data
This commit is contained in:
parent
2f24353556
commit
d93c2dc4d8
|
@ -549,26 +549,6 @@ struct comp_rendering_compute
|
||||||
VkDescriptorSet descriptor_set;
|
VkDescriptorSet descriptor_set;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct comp_rendering_compute_data
|
|
||||||
{
|
|
||||||
struct
|
|
||||||
{
|
|
||||||
VkImageView source;
|
|
||||||
|
|
||||||
VkImageView distortion;
|
|
||||||
|
|
||||||
struct
|
|
||||||
{
|
|
||||||
uint32_t x;
|
|
||||||
uint32_t y;
|
|
||||||
uint32_t width;
|
|
||||||
uint32_t height;
|
|
||||||
} dst;
|
|
||||||
} views[2];
|
|
||||||
|
|
||||||
VkImageView target;
|
|
||||||
};
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* UBO data that is sent to the compute distortion shaders.
|
* UBO data that is sent to the compute distortion shaders.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue