MeshLib
 
Loading...
Searching...
No Matches
MRPointsShader.h
Go to the documentation of this file.
1#pragma once
2#include "exports.h"
3#include <string>
4
5namespace MR
6{
7
8MRVIEWER_API std::string getPointsVertexShader();
9MRVIEWER_API std::string getPointsFragmentShader( bool alphaSort );
10
11}
Definition MRCameraOrientationPlugin.h:7
MRVIEWER_API std::string getPointsVertexShader()
MRVIEWER_API std::string getPointsFragmentShader(bool alphaSort)