代码搜索:rendering
找到约 3,212 项符合「rendering」的源代码
代码结果 3,212
www.eeworm.com/read/136812/5860429
c rp_ew_si_asics.c
#ifndef lint
static char sccsid[] = "@(#)rp_ew_si_asics.c 1.1 92/07/30 Copyr 1990 Sun Micro";
#endif
/*
* Copyright (c) 1990 by Sun Microsystems, Inc.
*/
#include
#include
www.eeworm.com/read/100862/15863463
txt hook3.txt
LISTING 3. Triangle rendering with OpenGL.
glBegin( GL_TRIANGLES );
glColor3fv( vertex[0].color );
glVertex3fv( vertex[0].position );
glColor3fv( vertex[1].color );
glVertex3fv( vertex[1].pos
www.eeworm.com/read/427490/8940038
h bsapi.h
/* Copyright (c) 2007 Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (t
www.eeworm.com/read/182135/9215087
c opengl-sdl.c
/* Example of OpenGL rendering through SDL. */
#include
#include
#include
#include
int main()
{
/* Initialize SDL as usual. */
if (SDL_Init(SDL_INI
www.eeworm.com/read/102935/6228752
in config.in
#
# drm device configuration
#
# This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
#
bool 'Direct Rendering Manager (XFree86 4.1.0 and higher D