ae2f_docs
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
submod
ae2f
VK-Core
src
Spvc.imp.c
Go to the documentation of this file.
1
#
include
"ae2f/Call.h"
2
#
include
<
ae2fVK
/
Spvc
.
h
>
3
#
include
<
assert
.
h
>
4
5
#
if
!
ae2f_MAC_BUILD
6
#
error
"This is not possible."
7
#
endif
8
9
ae2f_SHAREDEXPORT
void
ae2fVK_SpvcMk
(
10
ae2f_err_t*
restrict
reterr
11
, ae2fVK_Spvc*
restrict
const
ret
12
,
const
glslang_input_t*
const
restrict
inp
13
) {
14
__ae2fVK_SpvcMk_C(reterr, ret, inp);
15
}
16
17
ae2f_SHAREDEXPORT
void
ae2fVK_SpvcDel
(
18
ae2fVK_Spvc*
restrict
const
block
19
) {
20
__ae2fVK_SpvcDel_C(block);
21
}
ae2fVK_SpvcDel
ae2f_SHAREDEXPORT void ae2fVK_SpvcDel(ae2fVK_Spvc *restrict const block)
Definition
Spvc.imp.c:17
ae2fVK_SpvcMk
ae2f_SHAREDEXPORT void ae2fVK_SpvcMk(ae2f_err_t *restrict reterr, ae2fVK_Spvc *restrict const ret, const glslang_input_t *const restrict inp)
Definition
Spvc.imp.c:9
Generated by
1.14.0