代码搜索:Texture
找到约 4,874 项符合「Texture」的源代码
代码结果 4,874
www.eeworm.com/read/197685/7976427
ico texture.ico
www.eeworm.com/read/197685/7976431
cpp texture.cpp
// Texture.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "Texture.h"
#include "MainFrm.h"
#include "TextureDoc.h"
#include "TextureView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
www.eeworm.com/read/197685/7976439
sln texture.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Texture", "Texture.vcproj", "{C6677C09-85AF-4EAF-8E23-12CCD88E8AA5}"
ProjectSection(P
www.eeworm.com/read/197685/7977232
ico texture.ico
www.eeworm.com/read/195841/8127250
gif texture.gif
www.eeworm.com/read/295996/8129289
cpp texture.cpp
#include "Stdafx.h"
#include
#include
#include
#include "texture.h"
#include "windowsx.h"
CTexture::CTexture()
{
rbuf=NULL;
gbuf=NULL;
bbuf=NULL;
www.eeworm.com/read/295996/8129310
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
www.eeworm.com/read/143459/12873759
gif texture.gif
www.eeworm.com/read/243750/12919961