fosphor/cl: Fix init type in cl_queue_clear_buffers

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2023-08-16 11:55:12 +02:00
parent 62855ff82a
commit e02a2ea493
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ cl_queue_clear_buffers(struct fosphor *self)
{
struct fosphor_cl_state *cl = self->cl;
float noise_floor, color[4] = {0.0f, 0.0f, 0.0f, 0.0f};
size_t img_origin[3] = {0.0f, 0.0f, 0.0f}, img_region[3];
size_t img_origin[3] = {0, 0, 0}, img_region[3];
cl_int err;
/* Configure noise floor to the bottom of the scale */