Here is a list of all documented files with brief descriptions:
[detail level 1234]
▼ kiba | |
▼ allocators | |
allocator.c | Base allocator implementation |
allocator.h | Central header providing allocator functionality |
free_list.c | Free list based allocator implementation |
free_list.h | Function signatures for free list based allocator implementation |
linear.c | Linear allocator implementation |
linear.h | Function signatures for linear allocator implementation |
system.c | System allocator implementation |
system.h | Function signatures for system allocator implementation |
▼ containers | |
array.c | |
array.h | |
hash_table.c | |
hash_table.h | |
▼ core | |
config.h | |
error.c | |
error.h | |
event.c | Event system implementation |
event.h | Event system |
hash.c | |
hash.h | |
id.c | |
id.h | |
input.c | Input layer implementation |
input.h | Input abstraction layer |
log.c | Logging system implementation |
log.h | Logging system |
memory.c | Memory layer implementation |
memory.h | Lightweight layer between platform and other engine components to enable tracing/monitoring |
string.c | Custom string library implementation |
string.h | Custom library for interactions with strings using string views |
types.h | |
version.h | |
▼ format | |
► defaults | |
boolean.c | |
boolean.h | |
floating.c | |
floating.h | |
integer.c | |
integer.h | |
pointer.c | |
pointer.h | |
string.c | |
string.h | |
buffer.c | |
buffer.h | |
format.c | |
format.h | |
options.c | |
options.h | |
▼ gpu | |
► vulkan | |
allocator.c | |
allocator.h | |
backend.c | |
buffer.c | |
command.c | |
conv.h | |
device.c | |
device.h | |
instance.c | |
instance.h | |
pipeline.c | |
queue.c | |
queue.h | |
shader.c | |
surface.c | |
surface.h | |
texture.c | |
util.h | |
backend.h | |
bind.h | |
buffer.c | |
buffer.h | |
command.c | |
command.h | |
device.c | |
device.h | |
enums.h | |
internal.h | |
limits.h | |
pipeline.c | |
pipeline.h | |
poc.c | |
poc.h | |
shader.c | |
shader.h | |
surface.c | |
surface.h | |
texture.c | |
texture.h | |
types.h | |
vertex.h | |
▼ math | |
mat.h | |
math.h | |
vec.h | |
▼ platform | |
► linux | |
console.c | Linux specific implementation of console printing functionality |
filesystem.c | Linux implementation to access the filesystem |
memory.c | Linux specific implementation of memory functionality |
timer.c | |
vulkan.c | |
window.c | Linux specific implementation of windowing functionality |
window.h | |
console.h | Interface to access platform specific console printing functionality |
filesystem.h | Interface to access the platform's filesystem |
memory.h | Interface to access platform specific memory functionality |
timer.h | |
window.h | Interface to access platform specific windowing functionality |
▼ renderer | |
► vulkan | |
allocator.c | |
allocator.h | |
buffer.c | |
buffer.h | |
command_buffer.c | |
command_buffer.h | |
common.h | |
context.c | |
context.h | |
depth.c | |
depth.h | |
device.c | |
device.h | |
framebuffers.c | |
framebuffers.h | |
image.c | |
image.h | |
index_buffer.c | |
index_buffer.h | |
instance.c | |
instance.h | |
logging.c | |
logging.h | |
pipeline.c | |
pipeline.h | |
renderpass.c | |
renderpass.h | |
shader.c | |
shader.h | |
surface.c | |
surface.h | |
swap_chain.c | |
swap_chain.h | |
sync.c | |
sync.h | |
texture.c | |
texture.h | |
uniform.h | |
vertex_buffer.c | |
vertex_buffer.h | |
poc.c | |
poc.h | |
shared.h | |
defines.h | Global typedefs and macros |
entry.h | Entry point for any application linked against kiba |