代码搜索:Texture
找到约 4,874 项符合「Texture」的源代码
代码结果 4,874
www.eeworm.com/read/454544/7387648
h font.h
#ifndef FONT_H
#define FONT_H
#include
#include
#include
#include
#include
#include "fixed.h"
#include "texture.h"
class Bitmapp
www.eeworm.com/read/136824/5848098
h glati.h
#ifndef __gl_ATI_h_
#define __gl_ATI_h_
//
// Copyright (C) 1998-2000 ATI Technologies Inc.
//
#ifdef __cplusplus
extern "C" {
#endif
#ifndef APIENTRY
#define WIN32_LEAN_AND_MEAN 1
#incl
www.eeworm.com/read/234573/14105822
txt error.txt
Opening Error Output File (ERROR.TXT) on Wed Jan 08 22:27:37.420, 2003
COB Reader Object Name: TIEFIGTH
Local COB Matrix:=
0.000798 1.000000 0.000000 0.000000
-1.000000 0.000798 -0.000000 0
www.eeworm.com/read/472455/6868505
cpp menu.cpp
/* ************************************************************************* *
SDL-Ball - DX-Ball/Breakout remake with openGL and SDL for Linux
Copyright (C) 2008 DusteD.dk
This program
www.eeworm.com/read/170765/9791398
fx sampler.fx
texture ColorMapGene;
sampler ColorMapSamplerGene = sampler_state
{
Texture = ;
MinFilter = Point;
MagFilter = Point;
MipFilter = Point;
AddressU = Wrap;
AddressV
www.eeworm.com/read/170765/9791423
fx sampler.fx
texture ColorMapGene;
sampler ColorMapSamplerGene = sampler_state
{
Texture = ;
MinFilter = Point;
MagFilter = Point;
MipFilter = Point;
AddressU = Wrap;
AddressV
www.eeworm.com/read/410934/11263974
h engine.h
////////////////////////////////////////////////////////////////////////////////
// Program : Engine
// File : engine.h
//////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/112040/15494797
cpp shapepalette.cpp
/***************************************************************************
shapepalette.cpp - description
-------------------
begin