3#ifndef YAZE_APP_PLATFORM_NULL_WINDOW_BACKEND_H_
4#define YAZE_APP_PLATFORM_NULL_WINDOW_BACKEND_H_
11#include "absl/status/status.h"
42 void GetSize(
int* width,
int* height)
const override;
43 void SetSize(
int width,
int height)
override;
44 std::string
GetTitle()
const override {
return "Headless"; }
45 void SetTitle(
const std::string& title)
override {}
Defines an abstract interface for all rendering operations.