MCPcopy Create free account
hub / github.com/crosire/reshade / define_technique

Method define_technique

source/effect_codegen.hpp:112–112  ·  view source on GitHub ↗

Defines a new effect technique. Source location matching this definition (for debugging). Description of the technique.

Source from the content-addressed store, hash-verified

110 /// <param name="loc">Source location matching this definition (for debugging).</param>
111 /// <param name="info">Description of the technique.</param>
112 void define_technique(technique &&info) { _module.techniques.push_back(std::move(info)); }
113 /// <summary>
114 /// Makes a function a shader entry point.
115 /// </summary>

Callers 1

parse_techniqueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected