Skip to content

Instantly share code, notes, and snippets.

View jonahwilliams's full-sized avatar

Jonah Williams jonahwilliams

View GitHub Profile
TEST_P(RendererTest, BabysFirstTriangle2) {
auto context = GetContext();
ASSERT_TRUE(context);
using VS = BabyVertexShader;
using FS = BabyFragmentShader;
auto desc = PipelineBuilder<VS, FS>::MakeDefaultPipelineDescriptor(*context);
ASSERT_TRUE(desc.has_value());