代码搜索:Render
找到约 3,624 项符合「Render」的源代码
代码结果 3,624
www.eeworm.com/read/285011/8876029
dll render.dll
www.eeworm.com/read/175483/9545544
c render.c
/*
* libid3tag - ID3 tag manipulation library
* Copyright (C) 2000-2001 Robert Leslie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gene
www.eeworm.com/read/175483/9545552
h render.h
/*
* libid3tag - ID3 tag manipulation library
* Copyright (C) 2000-2001 Robert Leslie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gene
www.eeworm.com/read/423262/10575590
lib render.lib
www.eeworm.com/read/423262/10575598
lib render.lib
www.eeworm.com/read/454544/7387592
h render.h
#ifndef RENDER_H
#define RENDER_H
#include //needed include for window system calls
//OpenGL ES Includes
#include
/*EGL is the "machine" that glues OpenGL ES with the
www.eeworm.com/read/454544/7387598
cpp render.cpp
#include "render.h" //We need the defines and prototypes of there
EGLDisplay glesDisplay; // EGL display
EGLSurface glesSurface; // EGL rendering surface
EGLContext glesContext; // EGL renderi
www.eeworm.com/read/454544/7387604
h render.h
#ifndef RENDER_H
#define RENDER_H
#include
#include
#include
bool InitOGLES();
void Render();
void SetOrtho2D();
void SetOrtho();
void SetPerspecti
www.eeworm.com/read/454544/7387617
cpp render.cpp
#include
#include "render.h"
#include "fixed.h"
#include "texture.h"
#include "mesh.h"
#include "font.h"
#include "timer.h"
#include "particles.h"
EGLDisplay glesDisplay;
EGLSurfa
www.eeworm.com/read/454544/7387623
h render.h
#ifndef RENDER_H
#define RENDER_H
#include //needed include for window system calls
//OpenGL ES Includes
#include
/*EGL is the "machine" that glues OpenGL ES with the