Skip to content

Commit 29551d4

Browse files
committed
Fix tests
1 parent d049099 commit 29551d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/gx_test_stubs.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ GXBindGroups build_bind_groups(const ShaderInfo& info, const ShaderConfig& confi
6666
ShaderInfo build_shader_info(const ShaderConfig& config) noexcept { return {}; }
6767
gfx::Range build_uniform(const ShaderInfo& info, u32 vtxStart) noexcept { return {}; }
6868
u8 color_channel(GXChannelID id) noexcept { return 0; }
69+
u8 comp_type_size(GXAttr attr, GXCompType type) noexcept { return 0; }
70+
u8 comp_cnt_count(GXAttr attr, GXCompCnt cnt) noexcept { return 0; }
6971
} // namespace aurora::gx
7072

7173
// --- Buffer push stubs ---

0 commit comments

Comments
 (0)