aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compute/skc/interop.h
blob: 112d365764db5432462d0d454fb6bf076d0248b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
 * Copyright 2018 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can
 * be found in the LICENSE file.
 *
 */

#pragma once

//
//
//

#include "skc.h"

//
//
//

void
skc_interop_init(GLFWwindow * * window);

void
skc_interop_register(skc_context_t context);

void
skc_interop_poll(GLFWwindow                 * window,
                 struct skc_transform_stack * ts);

void *
skc_interop_get_fb(GLFWwindow * window);

void
skc_interop_get_dim(uint32_t dim[2]);

void
skc_interop_blit(GLFWwindow * window);

//
//
//