20 Commits (8c84c08f7e64f3ca10be2790cd957f112680c645)

Author SHA1 Message Date
mitchellhansen 5dde94cdf9 working on additive blending for determination of winding order. Saving here because this bug is very pretty
5 years ago
mitchellhansen b3e092e25a Piping just the vertex glyph representation first to test the stencil buffer
5 years ago
mitchellhansen 9ddc88400e some fiddling with documentation. Added Poly type
5 years ago
mitchellhansen 438f96eb32 compiles and renders textures again
5 years ago
mitchellhansen d1051a0ca3 Switched vertex type to be chosen at the shader load
5 years ago
mitchellhansen 659cd98a1f moved over to the enum method of drawing. Not flexible, but type safe
5 years ago
mitchellhansen 1551a53d1e piping everything through. Almost done
5 years ago
mitchellhansen b1b081af87 working through the pipeline I have going on for the text stuff
5 years ago
mitchellhansen 34c23eebc0 moved to rust style file tree
5 years ago
mitchellhansen a2de3557f0 removed old shader_kernel
5 years ago
mitchellhansen 0357296771 more refactoring, compiles.
5 years ago
mitchellhansen 1737319fc5 lots of refactoring
5 years ago
mitchellhansen a3607ebc7d Most of the compute side is mocked up and compiling.
5 years ago
mitchellhansen 9b8d5cd828 have the api of the compu somewhat figured out. Need to weigh my options on texture, buffer, and image handles and how I'm going to get them from the vkprocessor
5 years ago
mitchellhansen be20f3ae2a sprites are working, but the implementation is pretty bad
5 years ago
mitchellhansen e351e36c92 pulled out the draw call. forgot to allocate buffers
5 years ago
mitchellhansen 0be20eb959 removed the extra stuff from the kernels. Having some issues with the layouts not agreeing with the set size...
5 years ago
mitchellhansen dfd4cbb6a2 Moved the framebuffer gen to the canvas. Cleaned up a lot of unused imports
5 years ago
mitchellhansen a7e79668eb very close to the skeleton of the canvas written. Still haven't tested it but it's looking good. Need to figure out how I'm goign to iterate shader_kernels without borrowing from self
5 years ago
mitchellhansen c5b3c29ad4 in the midst of a very messy refactor of the way i build the command buffer
5 years ago