代码搜索:texture
找到约 4,874 项符合「texture」的源代码
代码结果 4,874
www.eeworm.com/read/420071/10819169
gif texture.gif
www.eeworm.com/read/349364/10833383
h texture.h
/*************************************************************************
"I Have No Tomatoes"
Copyright (c) 2004, Mika Halttunen
This software is p
www.eeworm.com/read/349364/10833488
cpp texture.cpp
/*************************************************************************
"I Have No Tomatoes"
Copyright (c) 2004, Mika Halttunen
This software is p
www.eeworm.com/read/273813/10900525
h texture.h
/*
* Texture image definitions from Chapter 8.
*
* Written by Michael Sweet
*/
/*
* Include necessary headers.
*/
#ifndef _TEXTURE_H_
# define _TEXTURE_H_
# include "bitmap.h"
www.eeworm.com/read/273813/10900528
c texture.c
/*
* Texture image routines from Chapter 8.
*
* Written by Michael Sweet
*/
/*
* Include necessary headers.
*/
#include "texture.h"
/*
* 'TextureLoad()' - Load a bitmap file a
www.eeworm.com/read/273793/10900917
h texture.h
/*
* Texture image definitions from Chapter 8.
*
* Written by Michael Sweet
*/
/*
* Include necessary headers.
*/
#ifndef _TEXTURE_H_
# define _TEXTURE_H_
# include "bitmap.h"
www.eeworm.com/read/273793/10900921
c texture.c
/*
* Texture image routines from Chapter 8.
*
* Written by Michael Sweet
*/
/*
* Include necessary headers.
*/
#include "texture.h"
/*
* 'TextureLoad()' - Load a bitmap file a
www.eeworm.com/read/417751/10976587
h texture.h
//--------------------------------------------------
// Desc: Texture
// Date: 2006.10.26 /update
// Author: artsylee
//
// Copyright (C) 2006 artsylee
//
// 扩展: 添加对自定义格式AMF的支持(2006_12_16)
www.eeworm.com/read/417751/10976614
cpp texture.cpp
//--------------------------------------------------
// Desc: Texture
// Author: artsylee/2006.10.26
//--------------------------------------------------
#include "../stdafx.h"
#include
www.eeworm.com/read/416871/11011257
h texture.h
/*
* Texture image definitions from Chapter 8.
*
* Written by Michael Sweet
*/
/*
* Include necessary headers.
*/
#ifndef _TEXTURE_H_
# define _TEXTURE_H_
# include "bitmap.h"