代码搜索:Texture

找到约 4,874 项符合「Texture」的源代码

代码结果 4,874
www.eeworm.com/read/269181/11106582

h texture.h

// Texture.h: interface for the Texture class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_TEXTURE_H__98316D04_4713_4B20_B2C7_647D2861F87E__INCLUDED
www.eeworm.com/read/269181/11106605

cpp texture.cpp

// Texture.cpp: implementation of the Texture class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Terrain3DTest.h" #include "Texture.h
www.eeworm.com/read/269175/11107219

h texture.h

// Texture.h: interface for the Texture class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_TEXTURE_H__E6521308_11A2_4EC7_A551_A46DC70C1958__INCLUDED
www.eeworm.com/read/269175/11107231

cpp texture.cpp

// Texture.cpp: implementation of the Texture class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MissileTest.h" #include "Texture.h"
www.eeworm.com/read/269167/11107572

h texture.h

#ifndef __TEXTURE_H #define __TEXTURE_H #define WIN32_LEAN_AND_MEAN #define WIN32_EXTRA_LEAN #include #include #include #include #include
www.eeworm.com/read/269167/11107591

cpp texture.cpp

#include "texture.h" // LoadBitmapFile // desc: Returns a pointer to the bitmap image of the bitmap specified // by filename. Also returns the bitmap header information. // No support fo
www.eeworm.com/read/414517/11109675

h texture.h

/* * read_texture() - read in an image file in SGI 'libimage' format * currently its very simple minded and converts all images * to RGBA8 regardless of the input format and returns the * or
www.eeworm.com/read/414517/11109696

c texture.c

#include #include #include void bwtorgba(unsigned char *b,unsigned char *l,int n) { while(n--) { l[0] = *b; l[1] = *b; l[2] = *b; l[3] = 0xff; l += 4; b++;
www.eeworm.com/read/267261/11188144

dsp texture.dsp

# Microsoft Developer Studio Project File - Name="texture" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) A
www.eeworm.com/read/267261/11188147

dsw texture.dsw

Microsoft Developer Studio Workspace File, Format Version 5.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################