struct mrpt::opengl::Shader::Data

Overview

#include <mrpt/opengl/Shader.h>

struct Data
{
    // fields

    unsigned int shader = 0;
    std::thread::id creationThread {};
    bool inPostponedDestructionQueue = false;

    // methods

    void destroy();
};