Pica/Shader: Add geometry shader definitions.

This commit is contained in:
Tony Wasserka 2015-03-22 00:31:40 +01:00 committed by Tony Wasserka
parent 7673cdfdae
commit 33568494af
6 changed files with 169 additions and 156 deletions

View file

@ -65,7 +65,7 @@ struct OutputVertex {
static_assert(std::is_pod<OutputVertex>::value, "Structure is not POD");
static_assert(sizeof(OutputVertex) == 32 * sizeof(float), "OutputVertex has invalid size");
OutputVertex RunShader(const InputVertex& input, int num_attributes);
OutputVertex RunShader(const InputVertex& input, int num_attributes, const Regs::ShaderConfig& config, const State::ShaderSetup& setup);
} // namespace