adding some function pfn implementations
This commit is contained in:
@@ -39,7 +39,7 @@ fn clearColorImage(data: *const cmd.CommandClearColorImage) VkError!void {
|
||||
_ = range;
|
||||
_ = &memory_map;
|
||||
|
||||
std.log.scoped(.commandExecutor).warn("FIXME: implement image clear", .{});
|
||||
base.logger.fixme("Implement image clear", .{});
|
||||
|
||||
memory.unmap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user