19 FUNC_2F_M = NV097_SET_VERTEX_DATA2F_M,
20 FUNC_4F_M = NV097_SET_VERTEX_DATA4F_M,
21 FUNC_2S = NV097_SET_VERTEX_DATA2S,
22 FUNC_4UB = NV097_SET_VERTEX_DATA4UB,
23 FUNC_4S_M = NV097_SET_VERTEX_DATA4S_M,
32 void CreateGeometry();
33 void Test(SetFunction func,
const Color& diffuse,
bool saturate_signed);
35 static std::string MakeTestName(SetFunction func,
bool saturate_signed);
37 std::shared_ptr<VertexBuffer> diffuse_buffer_;
38 std::shared_ptr<VertexBuffer> lit_buffer_;
39 std::shared_ptr<VertexBuffer> lit_buffer_negative_;