RetrieveShaderVarDesc function

ShaderVarDesc RetrieveShaderVarDesc(
  1. String canonical
)

Implementation

ShaderVarDesc RetrieveShaderVarDesc(String canonical) {
  return _VarsDb[canonical]!;
}