~ci-train-bot/qtvideo-node/qtvideo-node-ubuntu-yakkety-landing-024

« back to all changes in this revision

Viewing changes to src/shadervideomaterial.h

  • Committer: CI Train Bot
  • Author(s): Loïc Molinari
  • Date: 2015-05-08 16:51:55 UTC
  • mfrom: (60.1.4 qtvideo-node)
  • Revision ID: ci-train-bot@canonical.com-20150508165155-ygb6g78ox8gu8s0k
Moved texture updates from rendering pass to preprocess pass.
Approved by: PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    void setGLVideoSink(const std::shared_ptr<core::ubuntu::media::video::Sink>& sink);
63
63
    const std::shared_ptr<core::ubuntu::media::video::Sink>& glVideoSink() const;
64
64
 
65
 
    bool updateTexture();
 
65
    void updateTexture();
66
66
 
67
67
    GLfloat m_textureMatrix[16] {};
68
68