diff options
author | omnisci3nce <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-24 15:50:47 +1100 |
---|---|---|
committer | omnisci3nce <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-24 15:50:47 +1100 |
commit | 8b9094ff517126ed102b79425e5fe4c67c589e47 (patch) | |
tree | 9f3cfe1c8910f216d04d314626ab726f004b11ba /src/std/containers | |
parent | 014c833c5b2a5fda31164ba71ab51fba868c1d86 (diff) |
swapchain creation and main renderpass
Diffstat (limited to 'src/std/containers')
-rw-r--r-- | src/std/containers/darray.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/std/containers/darray.h b/src/std/containers/darray.h index 8eb00cb..45d92e2 100644 --- a/src/std/containers/darray.h +++ b/src/std/containers/darray.h @@ -5,6 +5,10 @@ */ // COPIED FROM KITC WITH SOME MINOR ADJUSTMENTS +/* TODO: + - a 'find' function that takes a predicate (maybe wrap with a macro so we dont have to define a new function?) +*/ + #ifndef KITC_TYPED_ARRAY_H #define KITC_TYPED_ARRAY_H |