Files
aurora/lib/gx/shader_info.hpp
T
2026-04-12 18:55:35 -06:00

10 lines
302 B
C++

#pragma once
#include "gx.hpp"
namespace aurora::gx {
ShaderInfo build_shader_info(const ShaderConfig& config) noexcept;
gfx::Range build_uniform(const ShaderInfo& info, uint32_t vtxStart, const BindGroupRanges& ranges) noexcept;
u8 color_channel(GXChannelID id) noexcept;
}; // namespace aurora::gx