Giant upgrade#42
Open
alt-romes wants to merge 106 commits into
Open
Conversation
Unfortunately, the approach here used currently doesn't work on GHC for
lack of multiplicity coercions. See
ghengin-core/Ghengin/Core/Render/Property.hs:373:3: error: [GHC-59840]
GHC bug #19517: GHC currently does not support programs using GADTs or type families to witness equality of multiplicities
|
373 | case prop of
| ^^^^^^^^^^^^...
Just can't have it beacuse of GHC bug #19517 This reverts commit f2103d2.
Taking it easy. No over abstractions until I do a game for which the basic trivial thing is not good enough
It's just an unrestricted bool.
These were remnants from before we had `ShaderData` and tried to use FIR's `Canonical` type family. Also, re-export the modules from ghengin-core-indep from ghengin-core
Follow Vk1.3 newest https://www.howtovulkan.com/#device-setup
howtovulkan.com and fir-examples
This approach is a cleaner way to handle the swapchain and the NoSwapchain case.
Rename a few modules to under that namespace.
…nsafeGet the value back to put it in the swwapchain
c65f020 to
af6730d
Compare
Working triangle! Suprisingly, planets works too!
TODO: Resources per frame
Conveniently, call it from freeRenderQueue, but it is idempotent
still lots of cleaning up to do.
We need to setup the callbacks before initImGui because that will install the built-in callbacks afterwards.
4195842 to
c236d83
Compare
Also, pull insertMaterialMap and insertMeshMap
Hopeless effort!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ghenginmonad which is unrestricted (closes Make Ghengin use an unrestricted monad #2)Still a work in progress, but getting much closer now.