BartSiwek / Gris

Small graphics engine to try stuff out
MIT License
0 stars 0 forks source link

Consider bundling the shader binsings category with pipeline state object (layout to be exact) #56

Open BartSiwek opened 3 years ago

BartSiwek commented 3 years ago

This allows to get rid of passing the category around since it could be queried from the pipeline state object when needed.