X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=0d375f84b12021101441dcc5b54734e400605619;hb=dc8948dc58ec1d212d544930967f6e4dda0114bd;hp=ef112b8c73c07648bba43fd262d3f54c87fc5094;hpb=3f8a466a253a241d253f149518df1b9ceb77c103;p=nageru diff --git a/mixer.h b/mixer.h index ef112b8..0d375f8 100644 --- a/mixer.h +++ b/mixer.h @@ -262,6 +262,8 @@ private: std::atomic audio_source_channel{0}; std::unique_ptr display_chain; GLuint cbcr_program_num; // Owned by . + GLuint cbcr_vbo; // Holds position and texcoord data. + GLuint cbcr_position_attribute_index, cbcr_texcoord_attribute_index; std::unique_ptr h264_encoder; // Effects part of . Owned by .