sokol.gl

Undocumented in source.

Members

Enums

LogItem
enum LogItem
Undocumented in source.

Functions

asDegrees
float asDegrees(float rad)
Undocumented in source. Be warned that the author may not have intended to support it.
asRadians
float asRadians(float deg)
Undocumented in source. Be warned that the author may not have intended to support it.
beginLineStrip
void beginLineStrip()
Undocumented in source. Be warned that the author may not have intended to support it.
beginLines
void beginLines()
Undocumented in source. Be warned that the author may not have intended to support it.
beginPoints
void beginPoints()
Undocumented in source. Be warned that the author may not have intended to support it.
beginQuads
void beginQuads()
Undocumented in source. Be warned that the author may not have intended to support it.
beginTriangleStrip
void beginTriangleStrip()
Undocumented in source. Be warned that the author may not have intended to support it.
beginTriangles
void beginTriangles()
Undocumented in source. Be warned that the author may not have intended to support it.
c1i
void c1i(uint rgba)
Undocumented in source. Be warned that the author may not have intended to support it.
c3b
void c3b(ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
c3f
void c3f(float r, float g, float b)
Undocumented in source. Be warned that the author may not have intended to support it.
c4b
void c4b(ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
c4f
void c4f(float r, float g, float b, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
contextDraw
void contextDraw(Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
contextDrawLayer
void contextDrawLayer(Context ctx, int layer_id)
Undocumented in source. Be warned that the author may not have intended to support it.
contextError
Error contextError(Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
contextMakePipeline
Pipeline contextMakePipeline(Context ctx, sg.PipelineDesc desc)
Undocumented in source. Be warned that the author may not have intended to support it.
defaultContext
Context defaultContext()
Undocumented in source. Be warned that the author may not have intended to support it.
defaults
void defaults()
Undocumented in source. Be warned that the author may not have intended to support it.
destroyContext
void destroyContext(Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
destroyPipeline
void destroyPipeline(Pipeline pip)
Undocumented in source. Be warned that the author may not have intended to support it.
disableTexture
void disableTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
drawLayer
void drawLayer(int layer_id)
Undocumented in source. Be warned that the author may not have intended to support it.
enableTexture
void enableTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
end
void end()
Undocumented in source. Be warned that the author may not have intended to support it.
frustum
void frustum(float l, float r, float b, float t, float n, float f)
Undocumented in source. Be warned that the author may not have intended to support it.
getContext
Context getContext()
Undocumented in source. Be warned that the author may not have intended to support it.
getError
Error getError()
Undocumented in source. Be warned that the author may not have intended to support it.
layer
void layer(int layer_id)
Undocumented in source. Be warned that the author may not have intended to support it.
loadDefaultPipeline
void loadDefaultPipeline()
Undocumented in source. Be warned that the author may not have intended to support it.
loadIdentity
void loadIdentity()
Undocumented in source. Be warned that the author may not have intended to support it.
loadMatrix
void loadMatrix(float* m)
Undocumented in source. Be warned that the author may not have intended to support it.
loadPipeline
void loadPipeline(Pipeline pip)
Undocumented in source. Be warned that the author may not have intended to support it.
loadTransposeMatrix
void loadTransposeMatrix(float* m)
Undocumented in source. Be warned that the author may not have intended to support it.
lookat
void lookat(float eye_x, float eye_y, float eye_z, float center_x, float center_y, float center_z, float up_x, float up_y, float up_z)
Undocumented in source. Be warned that the author may not have intended to support it.
makeContext
Context makeContext(ContextDesc desc)
Undocumented in source. Be warned that the author may not have intended to support it.
makePipeline
Pipeline makePipeline(sg.PipelineDesc desc)
Undocumented in source. Be warned that the author may not have intended to support it.
matrixModeModelview
void matrixModeModelview()
Undocumented in source. Be warned that the author may not have intended to support it.
matrixModeProjection
void matrixModeProjection()
Undocumented in source. Be warned that the author may not have intended to support it.
matrixModeTexture
void matrixModeTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
multMatrix
void multMatrix(float* m)
Undocumented in source. Be warned that the author may not have intended to support it.
multTransposeMatrix
void multTransposeMatrix(float* m)
Undocumented in source. Be warned that the author may not have intended to support it.
numCommands
int numCommands()
Undocumented in source. Be warned that the author may not have intended to support it.
numVertices
int numVertices()
Undocumented in source. Be warned that the author may not have intended to support it.
ortho
void ortho(float l, float r, float b, float t, float n, float f)
Undocumented in source. Be warned that the author may not have intended to support it.
perspective
void perspective(float fov_y, float aspect, float z_near, float z_far)
Undocumented in source. Be warned that the author may not have intended to support it.
pointSize
void pointSize(float s)
Undocumented in source. Be warned that the author may not have intended to support it.
popMatrix
void popMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
popPipeline
void popPipeline()
Undocumented in source. Be warned that the author may not have intended to support it.
pushMatrix
void pushMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
pushPipeline
void pushPipeline()
Undocumented in source. Be warned that the author may not have intended to support it.
rotate
void rotate(float angle_rad, float x, float y, float z)
Undocumented in source. Be warned that the author may not have intended to support it.
scale
void scale(float x, float y, float z)
Undocumented in source. Be warned that the author may not have intended to support it.
scissorRect
void scissorRect(int x, int y, int w, int h, bool origin_top_left)
Undocumented in source. Be warned that the author may not have intended to support it.
scissorRectf
void scissorRectf(float x, float y, float w, float h, bool origin_top_left)
Undocumented in source. Be warned that the author may not have intended to support it.
setContext
void setContext(Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup(Desc desc)
Undocumented in source. Be warned that the author may not have intended to support it.
sgl_begin_line_strip
void sgl_begin_line_strip()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_begin_lines
void sgl_begin_lines()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_begin_points
void sgl_begin_points()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_begin_quads
void sgl_begin_quads()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_begin_triangle_strip
void sgl_begin_triangle_strip()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_begin_triangles
void sgl_begin_triangles()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_c1i
void sgl_c1i(uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_c3b
void sgl_c3b(ubyte , ubyte , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_c3f
void sgl_c3f(float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_c4b
void sgl_c4b(ubyte , ubyte , ubyte , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_c4f
void sgl_c4f(float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_context_draw
void sgl_context_draw(Context )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_context_draw_layer
void sgl_context_draw_layer(Context , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_context_error
Error sgl_context_error(Context )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_context_make_pipeline
Pipeline sgl_context_make_pipeline(Context , sg.PipelineDesc* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_default_context
Context sgl_default_context()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_defaults
void sgl_defaults()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_deg
float sgl_deg(float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_destroy_context
void sgl_destroy_context(Context )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_destroy_pipeline
void sgl_destroy_pipeline(Pipeline )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_disable_texture
void sgl_disable_texture()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_draw
void sgl_draw()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_draw_layer
void sgl_draw_layer(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_enable_texture
void sgl_enable_texture()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_end
void sgl_end()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_error
Error sgl_error()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_frustum
void sgl_frustum(float , float , float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_get_context
Context sgl_get_context()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_layer
void sgl_layer(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_load_default_pipeline
void sgl_load_default_pipeline()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_load_identity
void sgl_load_identity()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_load_matrix
void sgl_load_matrix(float* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_load_pipeline
void sgl_load_pipeline(Pipeline )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_load_transpose_matrix
void sgl_load_transpose_matrix(float* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_lookat
void sgl_lookat(float , float , float , float , float , float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_make_context
Context sgl_make_context(ContextDesc* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_make_pipeline
Pipeline sgl_make_pipeline(sg.PipelineDesc* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_matrix_mode_modelview
void sgl_matrix_mode_modelview()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_matrix_mode_projection
void sgl_matrix_mode_projection()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_matrix_mode_texture
void sgl_matrix_mode_texture()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_mult_matrix
void sgl_mult_matrix(float* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_mult_transpose_matrix
void sgl_mult_transpose_matrix(float* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_num_commands
int sgl_num_commands()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_num_vertices
int sgl_num_vertices()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_ortho
void sgl_ortho(float , float , float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_perspective
void sgl_perspective(float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_point_size
void sgl_point_size(float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_pop_matrix
void sgl_pop_matrix()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_pop_pipeline
void sgl_pop_pipeline()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_push_matrix
void sgl_push_matrix()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_push_pipeline
void sgl_push_pipeline()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_rad
float sgl_rad(float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_rotate
void sgl_rotate(float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_scale
void sgl_scale(float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_scissor_rect
void sgl_scissor_rect(int , int , int , int , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_scissor_rectf
void sgl_scissor_rectf(float , float , float , float , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_set_context
void sgl_set_context(Context )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_setup
void sgl_setup(Desc* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_shutdown
void sgl_shutdown()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_t2f
void sgl_t2f(float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_texture
void sgl_texture(sg.Image , sg.Sampler )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_translate
void sgl_translate(float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v2f
void sgl_v2f(float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v2f_c1i
void sgl_v2f_c1i(float , float , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v2f_c3b
void sgl_v2f_c3b(float , float , ubyte , ubyte , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v2f_c3f
void sgl_v2f_c3f(float , float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v2f_c4b
void sgl_v2f_c4b(float , float , ubyte , ubyte , ubyte , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v2f_c4f
void sgl_v2f_c4f(float , float , float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v2f_t2f
void sgl_v2f_t2f(float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v2f_t2f_c1i
void sgl_v2f_t2f_c1i(float , float , float , float , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v2f_t2f_c3b
void sgl_v2f_t2f_c3b(float , float , float , float , ubyte , ubyte , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v2f_t2f_c3f
void sgl_v2f_t2f_c3f(float , float , float , float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v2f_t2f_c4b
void sgl_v2f_t2f_c4b(float , float , float , float , ubyte , ubyte , ubyte , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v2f_t2f_c4f
void sgl_v2f_t2f_c4f(float , float , float , float , float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v3f
void sgl_v3f(float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v3f_c1i
void sgl_v3f_c1i(float , float , float , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v3f_c3b
void sgl_v3f_c3b(float , float , float , ubyte , ubyte , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v3f_c3f
void sgl_v3f_c3f(float , float , float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v3f_c4b
void sgl_v3f_c4b(float , float , float , ubyte , ubyte , ubyte , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v3f_c4f
void sgl_v3f_c4f(float , float , float , float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v3f_t2f
void sgl_v3f_t2f(float , float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v3f_t2f_c1i
void sgl_v3f_t2f_c1i(float , float , float , float , float , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v3f_t2f_c3b
void sgl_v3f_t2f_c3b(float , float , float , float , float , ubyte , ubyte , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v3f_t2f_c3f
void sgl_v3f_t2f_c3f(float , float , float , float , float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v3f_t2f_c4b
void sgl_v3f_t2f_c4b(float , float , float , float , float , ubyte , ubyte , ubyte , ubyte )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_v3f_t2f_c4f
void sgl_v3f_t2f_c4f(float , float , float , float , float , float , float , float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_viewport
void sgl_viewport(int , int , int , int , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sgl_viewportf
void sgl_viewportf(float , float , float , float , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
t2f
void t2f(float u, float v)
Undocumented in source. Be warned that the author may not have intended to support it.
texture
void texture(sg.Image img, sg.Sampler smp)
Undocumented in source. Be warned that the author may not have intended to support it.
translate
void translate(float x, float y, float z)
Undocumented in source. Be warned that the author may not have intended to support it.
v2f
void v2f(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
v2fC1i
void v2fC1i(float x, float y, uint rgba)
Undocumented in source. Be warned that the author may not have intended to support it.
v2fC3b
void v2fC3b(float x, float y, ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
v2fC3f
void v2fC3f(float x, float y, float r, float g, float b)
Undocumented in source. Be warned that the author may not have intended to support it.
v2fC4b
void v2fC4b(float x, float y, ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
v2fC4f
void v2fC4f(float x, float y, float r, float g, float b, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
v2fT2f
void v2fT2f(float x, float y, float u, float v)
Undocumented in source. Be warned that the author may not have intended to support it.
v2fT2fC1i
void v2fT2fC1i(float x, float y, float u, float v, uint rgba)
Undocumented in source. Be warned that the author may not have intended to support it.
v2fT2fC3b
void v2fT2fC3b(float x, float y, float u, float v, ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
v2fT2fC3f
void v2fT2fC3f(float x, float y, float u, float v, float r, float g, float b)
Undocumented in source. Be warned that the author may not have intended to support it.
v2fT2fC4b
void v2fT2fC4b(float x, float y, float u, float v, ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
v2fT2fC4f
void v2fT2fC4f(float x, float y, float u, float v, float r, float g, float b, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
v3f
void v3f(float x, float y, float z)
Undocumented in source. Be warned that the author may not have intended to support it.
v3fC1i
void v3fC1i(float x, float y, float z, uint rgba)
Undocumented in source. Be warned that the author may not have intended to support it.
v3fC3b
void v3fC3b(float x, float y, float z, ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
v3fC3f
void v3fC3f(float x, float y, float z, float r, float g, float b)
Undocumented in source. Be warned that the author may not have intended to support it.
v3fC4b
void v3fC4b(float x, float y, float z, ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
v3fC4f
void v3fC4f(float x, float y, float z, float r, float g, float b, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
v3fT2f
void v3fT2f(float x, float y, float z, float u, float v)
Undocumented in source. Be warned that the author may not have intended to support it.
v3fT2fC1i
void v3fT2fC1i(float x, float y, float z, float u, float v, uint rgba)
Undocumented in source. Be warned that the author may not have intended to support it.
v3fT2fC3b
void v3fT2fC3b(float x, float y, float z, float u, float v, ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
v3fT2fC3f
void v3fT2fC3f(float x, float y, float z, float u, float v, float r, float g, float b)
Undocumented in source. Be warned that the author may not have intended to support it.
v3fT2fC4b
void v3fT2fC4b(float x, float y, float z, float u, float v, ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
v3fT2fC4f
void v3fT2fC4f(float x, float y, float z, float u, float v, float r, float g, float b, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
viewport
void viewport(int x, int y, int w, int h, bool origin_top_left)
Undocumented in source. Be warned that the author may not have intended to support it.
viewportf
void viewportf(float x, float y, float w, float h, bool origin_top_left)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Allocator
struct Allocator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Context
struct Context
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ContextDesc
struct ContextDesc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Desc
struct Desc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Error
struct Error
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Logger
struct Logger
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Pipeline
struct Pipeline
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta