We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d049099 commit 29551d4Copy full SHA for 29551d4
1 file changed
tests/gx_test_stubs.cpp
@@ -66,6 +66,8 @@ GXBindGroups build_bind_groups(const ShaderInfo& info, const ShaderConfig& confi
66
ShaderInfo build_shader_info(const ShaderConfig& config) noexcept { return {}; }
67
gfx::Range build_uniform(const ShaderInfo& info, u32 vtxStart) noexcept { return {}; }
68
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; }
71
} // namespace aurora::gx
72
73
// --- Buffer push stubs ---
0 commit comments