MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / getLinesShaderHeaderBlock

Function getLinesShaderHeaderBlock

source/MRViewer/MRLinesShader.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56std::string getLinesShaderHeaderBlock()
57{
58 return MR_GLSL_VERSION_LINE_330 R"(
59 precision highp float;
60 precision highp int;
61)";
62}
63
64std::string getLinesFragmentShaderDashArgumentsBlock()
65{

Callers 5

getLinesVertexShaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected