Skip to content

Latest commit

History

History
11 lines (7 loc) 路 515 Bytes

api_call.rst

File metadata and controls

11 lines (7 loc) 路 515 Bytes

Call API

Call API is pre-built API for making calls from library. It is built on top of the array api. glmc_ is the namespace for the call api. c stands for call.

You need to built cglm to use call api. See build instructions (build) for more details.

The functions except namespace glmc_ are same as inline api. See ( api_inline_array ) for more details.

馃搶 In the future we can define option to forward inline functions or struct api to call api.