MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshShader.h
Go to the documentation of this file.
1
#pragma once
2
#include "exports.h"
3
#include <string>
4
5
namespace
MR
6
{
7
8
MRVIEWER_API std::string
getMeshVerticesShader
();
9
10
MRVIEWER_API std::string
getMeshFragmentShader
(
bool
gl4,
bool
alphaSort,
bool
msaaEnabled );
11
12
MRVIEWER_API std::string
getMeshFragmentShaderArgumetsBlock
();
13
14
MRVIEWER_API std::string
getMeshFragmentShaderColoringBlock
();
15
16
}
MR
MR::getMeshVerticesShader
MRVIEWER_API std::string getMeshVerticesShader()
MR::getMeshFragmentShader
MRVIEWER_API std::string getMeshFragmentShader(bool gl4, bool alphaSort, bool msaaEnabled)
MR::getMeshFragmentShaderColoringBlock
MRVIEWER_API std::string getMeshFragmentShaderColoringBlock()
MR::getMeshFragmentShaderArgumetsBlock
MRVIEWER_API std::string getMeshFragmentShaderArgumetsBlock()
MeshLib
source
MRViewer
MRMeshShader.h
Generated by
1.11.0