mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-15 11:06:54 +00:00
* The DXBCFile* is new'd in the wrapped CreateShader function and passed to the wrapped shader instance, and ownership of the pointer lives with the ShaderEntry in WrappedShader::m_ShaderList. * On destruction when a shader removes itself from that list, the DXBCFile* is deleted. * The same lifespan applies to the ShaderReflection*