Cthulhu
0.2.10
Cthulhu compiler collection
draw.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
draw
4
{
5
struct
config_t
6
{
7
const
wchar_t
*
title
= L
"draw"
;
8
bool
hwaccel
=
true
;
9
};
10
11
bool
create
(
const
config_t
& config);
12
void
destroy
();
13
void
close
();
14
15
bool
begin_frame
();
16
void
end_frame
();
17
}
draw
Definition:
draw.hpp:4
draw::create
bool create(const config_t &config)
Definition:
draw.cpp:310
draw::end_frame
void end_frame()
Definition:
draw.cpp:433
draw::close
void close()
Definition:
draw.cpp:428
draw::begin_frame
bool begin_frame()
Definition:
draw.cpp:404
draw::destroy
void destroy()
Definition:
draw.cpp:389
draw::config_t
Definition:
draw.hpp:6
draw::config_t::title
const wchar_t * title
Definition:
draw.hpp:7
draw::config_t::hwaccel
bool hwaccel
Definition:
draw.hpp:8
frontend
gui
draw
include
draw
draw.hpp
Generated by
1.9.1