~noasakurajin/xapp/master

1
2
3
4
5
6
7
8
9
10
11
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */

#ifndef __XAPP_UTIL_H__
#define __XAPP_UTIL_H__

G_BEGIN_DECLS

gboolean xapp_util_gpu_offload_supported (void);

G_END_DECLS
#endif /* __XAPP_UTIL_H__ */