struct render::ShaderExtensionPointInfo

Information about a shader extension point provided by the renderer.

Extension points allow the outside world to generate a customized version of shaders used by the renderer, usually overriding some functionality with custom code. Extension point can contain one or multiple shaders whose functionality can be overriden.

Public

Fields

Shaders

Vector<ExtensionShaderInfo> Shaders