Pica/VertexShader: Support negating src2.
This commit is contained in:
parent
cc5746abfe
commit
ce36ad454e
2 changed files with 9 additions and 3 deletions
|
@ -66,7 +66,6 @@ struct OutputVertex {
|
|||
static_assert(std::is_pod<OutputVertex>::value, "Structure is not POD");
|
||||
static_assert(sizeof(OutputVertex) == 32 * sizeof(float), "OutputVertex has invalid size");
|
||||
|
||||
|
||||
void SubmitShaderMemoryChange(u32 addr, u32 value);
|
||||
void SubmitSwizzleDataChange(u32 addr, u32 value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue