mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 21:40:41 +00:00
397ef85342
* 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*