Skip to content

File MaterialViewer.h

File List > layer > MaterialViewer.h

Go to the documentation of this file

#pragma once

#include "ImguiLayer.h"

class MaterialViewer : public ImguiLayer
{
public:

    MaterialViewer();
    MaterialViewer(std::string _name);
    ~MaterialViewer();

public:

    void RenderLayer(const Context& ctx, EventPool& evt) override;
};