Commit Graph
27 Commits
Author SHA1 Message Date
Dynamitos 42b0d5034c looks like command buffers need to be externally synchronized 2021-11-14 20:36:53 +01:00
Dynamitos 1b7ab9b1f1 Polymorphic Map and threadpool 2021-11-01 20:25:16 +01:00
Dynamitos df977110d3 Implementing ktx texture loading 2021-08-22 23:07:38 +02:00
Dynamitos 22adb08bfc adding aftermath debugging and fixing forward plus 2021-06-04 18:27:49 +02:00
Dynamitos e00b382d4a Provisional light culling 2021-05-10 23:57:55 +02:00
Dynamitos 0cf13bcff5 Adding basic depth prepass 2021-05-06 17:02:10 +02:00
Dynamitos 4a078bd24c 3700 FPS here we go 2021-04-25 23:43:40 +02:00
Stefan Högler d5f0fe644f Fixing a boatload of warnings 2021-04-01 16:40:14 +02:00
Dynamitos fb3c66cc4c Starting implementation of UI framework 2021-01-19 15:30:00 +01:00
Dynamitos 65caae9e21 Fixing synchronization problem between descriptor sets and command buffers 2020-11-03 01:18:30 +01:00
Dynamitos 84b3fa29bf Adding callbacks and viewports 2020-10-29 02:22:01 +01:00
Dynamitos ceee96b462 Trying to fix invalid descriptorlayout 2020-10-03 11:00:10 +02:00
Dynamitos facbfed79c Improving Material shader code generation 2020-09-19 14:36:50 +02:00
Dynamitos 6814587b54 Fixing build for the millionth time 2020-08-11 22:38:19 +02:00
Dynamitos 839be06f90 Temporary commit to investigate build error 2020-08-11 21:23:20 +02:00
Dynamitos 356e6058fe Redo of render paths 2020-06-02 11:46:18 +02:00
Dynamitos bb5b48698a Adding nlohmanns json library 2020-05-05 01:52:07 +02:00
Dynamitos 3ef8342247 Implementing basic scene tree 2020-04-15 02:04:42 +02:00
Dynamitos 576747c369 implementing renderpass and vieport 2020-04-12 15:47:19 +02:00
Dynamitos 3ba8f2c2a0 Fixing memory leak with RefPtr 2020-04-01 02:17:49 +02:00
Dynamitos 62c2d37cb3 Now shipping with premake to enable direct slang builds 2020-03-26 00:25:33 +01:00
Dynamitos ae92439164 Implementing Commandbuffers 2020-03-24 21:05:32 +01:00
Dynamitos fda46a7ab8 Namespace refactoring to avoid prefixing everything with Vulkan 2020-03-20 01:27:40 +01:00
HOEGLER Stefan 3b55755f0c Graphics is now a global object, instead of a per-window one 2020-03-15 15:58:01 +01:00
Dynamitos a5473409c1 Startet to terribly implement a list 2020-03-13 12:44:33 +01:00
Dynamitos f232cffe30 Implementing refptr up and downcasts 2020-03-09 12:30:07 +01:00
HOEGLER Stefan 9bff657419 Separating declaration and definition of RefPtr 2020-03-08 13:38:40 +01:00