slang
This commit is contained in:
23
src/dawn/display/shader/IShaderProgram2.hpp
Normal file
23
src/dawn/display/shader/IShaderProgram2.hpp
Normal file
@@ -0,0 +1,23 @@
|
||||
// Copyright (c) 2024 Dominic Masters
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
#pragma once
|
||||
#include "dawn.hpp"
|
||||
|
||||
namespace Dawn {
|
||||
class IShaderEntry {
|
||||
|
||||
};
|
||||
|
||||
class IShaderProgram2 {
|
||||
private:
|
||||
std::vector<IShaderEntry> entries;
|
||||
|
||||
protected:
|
||||
|
||||
public:
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user