Mir
|
#include "eglapp.h"
#include <assert.h>
#include <stdio.h>
#include <GLES2/gl2.h>
#include <vector>
#include <stdexcept>
#include <iostream>
#include <algorithm>
Macros | |
#define | MID_AUBERGINE(x) (x)*0.368627451f, (x)*0.152941176f, (x)*0.31372549f |
#define | ORANGE 0.866666667f, 0.282352941f, 0.141414141f |
Functions | |
int | main (int argc, char *argv[]) |
#define MID_AUBERGINE | ( | x | ) | (x)*0.368627451f, (x)*0.152941176f, (x)*0.31372549f |
#define ORANGE 0.866666667f, 0.282352941f, 0.141414141f |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Copyright © 2012-2016 Canonical Ltd.
Generated on Mon Jun 5 11:07:25 UTC 2017