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{
8
9MRVIEWER_API std::string getMeshVerticesShader();
10
11MRVIEWER_API std::string getMeshFragmentShader( bool gl4, ShaderTransparencyMode mode, bool msaaEnabled );
12
13MRVIEWER_API std::string getMeshFragmentShaderArgumetsBlock();
14
15MRVIEWER_API std::string getMeshFragmentShaderColoringBlock();
16
17}
Definition MRCameraOrientationPlugin.h:8
MRVIEWER_API std::string getMeshVerticesShader()
ShaderTransparencyMode
Definition MRShaderBlocks.h:9
MRVIEWER_API std::string getMeshFragmentShader(bool gl4, ShaderTransparencyMode mode, bool msaaEnabled)
MRVIEWER_API std::string getMeshFragmentShaderColoringBlock()
MRVIEWER_API std::string getMeshFragmentShaderArgumetsBlock()