SiebenCorgie / ori-engine

A small engine written in rust + vulkan.
Other
7 stars 1 forks source link

Move the Pipelieline reference of materials to a Arc<Pipeline> based methode #10

Closed SiebenCorgie closed 7 years ago

SiebenCorgie commented 7 years ago

The materials currently reference the used pipeline by name (String). That's a bit unsave (it falls back to "DefaultPipeline" if not found), but thats still not what we want.

SiebenCorgie commented 7 years ago

This was added in https://github.com/SiebenCorgie/ori-engine/commit/5299bc7848175df3acdd87a7a604d06c60918c19