mirror of
https://github.com/encounter/aurora.git
synced 2025-07-21 04:25:56 +00:00
9 lines
214 B
C++
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
|