Pica/VertexShader: Some cleanups using std::array.
This commit is contained in:
parent
ce36ad454e
commit
b85524c760
2 changed files with 19 additions and 5 deletions
|
@ -73,6 +73,9 @@ OutputVertex RunShader(const InputVertex& input, int num_attributes);
|
|||
|
||||
Math::Vec4<float24>& GetFloatUniform(u32 index);
|
||||
|
||||
const std::array<u32, 1024>& GetShaderBinary();
|
||||
const std::array<u32, 1024>& GetSwizzlePatterns();
|
||||
|
||||
} // namespace
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue