JSchpp12 / Starlight

A toy renderer utilizing Vulkan
0 stars 0 forks source link

Combine Shader+Material #6

Open JSchpp12 opened 1 year ago

JSchpp12 commented 1 year ago

Shaders and materials are very closely coupled right now. A material must match what a shader expects - memory wise. So it makes better sense for these two classes to be combined into one.