63 Commits

Author SHA1 Message Date
Thraix c975ed2674 Add Device and Window abstraction 2023-03-04 23:02:42 +01:00
Thraix 1e7d08250e Add mesh class
- Fix compile errors due to not adding files to git
2023-02-07 22:22:53 +01:00
Thraix 827572eada Add file structure to code
- Rename project to CopiumEngine
2023-02-07 21:43:47 +01:00
Thraix ef4eb7dd2f Add cpp file for all classes 2023-02-07 20:58:58 +01:00
Thraix c2e349eb56 Refactoring Samplers
- Add Sampler base class
- Add ColorAttachment, DepthAttachment classes
- Add function name to all traces
- Add Framebuffer resizing
2023-02-05 22:13:21 +01:00
Thraix 88979a5ab9 Add namespace to all classes 2023-02-05 10:52:27 +01:00
Thraix 708b81c571 Add Offscreen Framebuffer support 2023-02-05 01:04:07 +01:00
Thraix 9de2ff594b Add depth buffer
- Add depth testing to swapchain
- Add Shader abstraction
- Add CommandBuffer abstraction
2023-01-29 23:22:17 +01:00
Thraix 87ed5739b3 Add Sampler
- Add DescriptorSet and DescriptorPool abstractions to support Samplers
2023-01-19 23:15:11 +01:00
Thraix 8c8590d10a Add Pipeline abstraction 2023-01-16 22:01:53 +01:00
Thraix be8bcb0aaf Add Buffer abstractions 2023-01-14 18:15:33 +01:00
Thraix fa207c591c Add vertex, index and uniform buffers 2023-01-11 19:18:16 +01:00
Thraix 0396318d2d Initial commit 2023-01-07 21:09:01 +01:00