tyrav2 init
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/*
|
||||
# ______ ____ ___
|
||||
# | \/ ____| |___|
|
||||
# | | | \ | |
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright 2022, tyra - https://github.com/h4570/tyra
|
||||
# Licenced under Apache License 2.0
|
||||
# Sandro Sobczyński <sandro.sobczynski@gmail.com>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "./mcpip_program_name.hpp"
|
||||
#include "renderer/core/paths/path1/vu1_program.hpp"
|
||||
|
||||
namespace Tyra {
|
||||
|
||||
class McpipProgram : public VU1Program {
|
||||
public:
|
||||
McpipProgram(const McpipProgramName& name, u32* start, u32* end);
|
||||
~McpipProgram();
|
||||
|
||||
const McpipProgramName& getName() const;
|
||||
|
||||
protected:
|
||||
McpipProgramName name;
|
||||
};
|
||||
|
||||
} // namespace Tyra
|
||||
Reference in New Issue
Block a user