代码搜索:texture
找到约 4,874 项符合「texture」的源代码
代码结果 4,874
www.eeworm.com/read/416871/11011266
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/416842/11012511
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/416842/11012530
cpp texture.cpp
// Texture.cpp: implementation of the Texture class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FighterTest.h"
#include "Texture.h"
www.eeworm.com/read/471022/6904126
h texture.h
#ifndef GL_TEXTURE_LOADER
#define GL_TEXTURE_LOADER
typedef struct // 建立一个结构体
{
GLubyte *imageData; // 图像数据 (最高32bit)
GLuint bpp; // 每一象素的图像颜色深度
GLuint widt
www.eeworm.com/read/471022/6904152
cpp texture.cpp
#include // 标准输入输出头文件
#include // OLE控制库头文件
#include // 数学函数头文件
#include // OpenGL32库的头文件
#include "Text
www.eeworm.com/read/468886/6981082
gif texture.gif
www.eeworm.com/read/466447/7035058
h texture.h
/*
* ==============================================================================
* Name : Texture.h
* Part of : OpenGLEx / Texture
*
* Copyright (c) 2004-2006 Nokia Corporat
www.eeworm.com/read/466447/7035079
cpp texture.cpp
/*
* ==============================================================================
* Name : Texture.cpp
* Part of : OpenGLEx / Texture
*
* Copyright (c) 2004-2006 Nokia Corpor
www.eeworm.com/read/444854/7104852
h texture.h
//+-----------------------------------------------------------------------------
//| Inclusion guard
//+-----------------------------------------------------------------------------
#ifndef MAGOS_T
www.eeworm.com/read/444854/7104952
cpp texture.cpp
//+-----------------------------------------------------------------------------
//| Included files
//+-----------------------------------------------------------------------------
#include "Textur