shader-slang / slang

Making it easier to work with shaders
MIT License
1.78k stars 159 forks source link

Add API for querying dependency files on IModule #4493

Closed skallweitNV closed 5 days ago

skallweitNV commented 5 days ago

This is required for shader hot reloading in our framework.

skallweitNV commented 5 days ago

Is this change actually "non-breaking"? It just adds two functions to the IModule API, doesn't change any existing API.