Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/vulkan-tutorial 2025-12-20 23:46:05 +00:00
717a8f1869 Texture sampling
893a0e5452 Create texture image
284a7a818a Rename transitionImageLayout to transitionSwapChainImageLayout
7dbb43f9d1 Uniform buffer
Compare 4 commits »
abdelrahman pushed to main at abdelrahman/vulkan-tutorial 2025-12-18 02:08:27 +00:00
b0d28c747e Vertex and index buffers
abdelrahman pushed to main at abdelrahman/vulkan-tutorial 2025-12-18 00:06:59 +00:00
f7d49d8085 Implement frames in flight and swap chain recreation
abdelrahman pushed to main at abdelrahman/vulkan-tutorial 2025-12-18 00:06:36 +00:00
88b5efc393 Rename transition_image_layout
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-12-17 05:20:48 +00:00
3904b3a1ee Node validation checks against list
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-12-17 04:34:54 +00:00
d15022603f Refactor array validation to function
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-12-17 04:29:32 +00:00
debf6ed8eb Add vim info
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-12-17 04:25:15 +00:00
6c5352e9de Fix _dbl_list_pop_front bug
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-12-17 03:53:15 +00:00
4ea30f0762 No codegen doubly-linked list (#8)
abdelrahman deleted branch no-codegen-dbl-list from abdelrahman/wizapp-stdlib 2025-12-17 03:53:15 +00:00
abdelrahman merged pull request abdelrahman/wizapp-stdlib#8 2025-12-17 03:53:13 +00:00
No codegen doubly-linked list
abdelrahman pushed to no-codegen-dbl-list at abdelrahman/wizapp-stdlib 2025-12-17 03:48:35 +00:00
80433ec93e Update Makefile
abdelrahman created pull request abdelrahman/wizapp-stdlib#8 2025-12-17 03:47:19 +00:00
No codegen doubly-linked list
abdelrahman pushed to no-codegen-dbl-list at abdelrahman/wizapp-stdlib 2025-12-17 03:45:18 +00:00
9637a3c066 Update README
abdelrahman pushed to no-codegen-dbl-list at abdelrahman/wizapp-stdlib 2025-12-17 03:42:15 +00:00
6c8bd709be Remove C codegen
abdelrahman created branch no-codegen-dbl-list in abdelrahman/wizapp-stdlib 2025-12-17 03:38:16 +00:00
abdelrahman pushed to no-codegen-dbl-list at abdelrahman/wizapp-stdlib 2025-12-17 03:38:16 +00:00
d79e7615a1 Update dbl list C++ tests
80d79fca53 Update C++ version of wapp_str8_node_from_str8
e90901406e Update dbl list C tests
80308172ec Add generic no codegen dbl list API
4805b183e8 Rename Array to GenericArray to avoid name clashes
Compare 6 commits »
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-12-16 17:37:38 +00:00
4b95a681d4 Restructure the library layers
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-12-15 23:41:12 +00:00
c0d901d7e9 Build and run C++ tests on MSVC
31727dd6e7 Update va_arg_count C++ utility to support MSVC
af56a5be3f Reformat
e16abc2459 Fix MSVC errors
05b7cfbbea Confirm WAPP_PLATFORM_C is defined before checking version
Compare 5 commits »
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2025-12-15 20:19:09 +00:00
a5928b03c9 Ensure spaces are escaped in Makefile