aurora/lib/gfx/shader_info.hpp

9 lines
214 B
C++

#pragma once
#include "gx.hpp"
namespace aurora::gfx::gx {
ShaderInfo build_shader_info(const ShaderConfig& config) noexcept;
Range build_uniform(const ShaderInfo& info) noexcept;
}; // namespace aurora::gfx::gx