Pica: Add support for boolean uniforms.

This commit is contained in:
Tony Wasserka 2014-12-13 21:20:47 +01:00
parent 67618a2c55
commit aff808b2fd
4 changed files with 21 additions and 2 deletions

View file

@ -72,6 +72,7 @@ void SubmitSwizzleDataChange(u32 addr, u32 value);
OutputVertex RunShader(const InputVertex& input, int num_attributes);
Math::Vec4<float24>& GetFloatUniform(u32 index);
bool& GetBoolUniform(u32 index);
const std::array<u32, 1024>& GetShaderBinary();
const std::array<u32, 1024>& GetSwizzlePatterns();