|
7e625a3db5
|
Set up Vertex Buffer
|
2024-10-09 06:14:01 -05:00 |
|
|
0fefb85d0a
|
Majorly cleaned up unnecessary includes and reformatted makefile to include shaders now.
|
2024-10-09 02:53:44 -05:00 |
|
|
db832a7dae
|
Refactored main function to use a singleton patten
|
2024-10-08 23:26:45 -05:00 |
|
|
29599e4b9a
|
Triangle finally renderedgit add . Swap ChainRecreation is up next, to allow for resizing. Then, it will be on to buffers for non-hardcoded shaders
|
2024-10-08 06:02:47 -05:00 |
|
|
10a8c236f0
|
Prepare for rendering and presentation
|
2024-10-08 01:57:32 -05:00 |
|
|
fa14b3fd8f
|
Implemented image view system for.. viewing images
|
2024-10-07 05:09:46 -05:00 |
|
|
ee0b68588c
|
Update Documentation and remove duplicate includes caused by global headers
|
2024-10-06 04:52:10 -05:00 |
|
|
3e0206b581
|
Major refactoring to fix spaghetti code, hook sanitizers in when debug building, and set up window surfaces.
|
2024-10-06 04:35:53 -05:00 |
|
|
9a6a351e23
|
Added Logical Device setup, currently there are a few errors thrown because we don't enable any extensions, but DO enable optional features, which rely on those extensions. It seems like vulkan can deal with these errors without crashing, but this will be addressed shortly regardless
|
2024-10-05 19:59:15 -05:00 |
|