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 "MRShaderBlocks.h"
4#include <string>
5
6namespace MR
7{
10
11
12MRVIEWER_API std::string getMeshVerticesShader();
13
14MRVIEWER_API std::string getMeshFragmentShader( bool gl4, ShaderTransparencyMode mode, bool msaaEnabled );
15
16MRVIEWER_API std::string getMeshFragmentShaderArgumetsBlock();
17
18MRVIEWER_API std::string getMeshFragmentShaderColoringBlock();
19
20}
MRVIEWER_API std::string getMeshVerticesShader()
ShaderTransparencyMode
Definition MRShaderBlocks.h:12
MRVIEWER_API std::string getMeshFragmentShader(bool gl4, ShaderTransparencyMode mode, bool msaaEnabled)
MRVIEWER_API std::string getMeshFragmentShaderColoringBlock()
MRVIEWER_API std::string getMeshFragmentShaderArgumetsBlock()
only for bindings generation
Definition MRCameraOrientationPlugin.h:8