clover: Fix build since removal of pipe_surface::usage
by commit 25409c6da8
This commit is contained in:
@@ -100,7 +100,6 @@ resource::bind_surface(clover::command_queue &q, bool rw) {
|
||||
pipe_surface info {};
|
||||
|
||||
info.format = pipe->format;
|
||||
info.usage = pipe->bind;
|
||||
info.writable = rw;
|
||||
|
||||
if (pipe->target == PIPE_BUFFER)
|
||||
|
||||
Reference in New Issue
Block a user