代码搜索:Texture
找到约 4,874 项符合「Texture」的源代码
代码结果 4,874
www.eeworm.com/read/269167/11107615
h font.h
#ifndef __FONT_H
#define __FONT_H
#include
#include
#include
class CFont
{
private:
unsigned int texID; // font texture id
unsigned int callList; // fo
www.eeworm.com/read/104094/15710289
h font.h
#ifndef __FONT_H
#define __FONT_H
#include
#include
#include
class CFont
{
private:
unsigned int texID; // font texture id
unsigned int callList; // fo
www.eeworm.com/read/183589/9151872
lua alphamap.lua
NUM_ALPHAMAP_DETAIL_TILES = 12;
NUM_ALPHAMAP_OVERLAYS = 40;
NUM_ALPHAMAP_POIS = 32;
ALPHAMAP_POI_TEXTURE_WIDTH = 64;
NUM_ALPHAMAP_POI_COLUMNS = 4;
NUM_ALPHAMAP_MAPNOTE_POIS = 100;
NUM_A
www.eeworm.com/read/278884/10495176
cpp textur~2.cpp
// TextureView.cpp : CTextureView 类的实现
//
#include "stdafx.h"
#include "Texture.h"
#include "TextureDoc.h"
#include "TextureView.h"
#include "gl\gl.h"
#include "gl\glu.h"
#include "gl\gl
www.eeworm.com/read/197685/7976425
cpp textur~2.cpp
// TextureView.cpp : CTextureView 类的实现
//
#include "stdafx.h"
#include "Texture.h"
#include "TextureDoc.h"
#include "TextureView.h"
#include "gl\gl.h"
#include "gl\glu.h"
#include "gl\gl
www.eeworm.com/read/306970/13734220
c s3tc.c
/*
* S3 Texture Compression (S3TC) decoding functions
* Copyright (c) 2007 by Ivo van Poorten
*
* see also: http://wiki.multimedia.cx/index.php?title=S3TC
*
* This file is part of FFmpeg.
*
*
www.eeworm.com/read/136824/5848650
nvp simplefog.nvp
;
; Pixel shader
#include "SimpleFog.h"
; Declare pixel shader version 1.0
ps.1.0
tex t0 ; decal texture
mul r0, t0, v0 ; v0 = ambient + diffuse for front
www.eeworm.com/read/486092/6543340
asm r_scana.asm
.386P
.model FLAT
;
; d_scana.s
; x86 assembly-language turbulent texture mapping code
;
include qasm.inc
include d_if.inc
if id386
_DATA SEGMENT
_DATA ENDS
_TEXT SEGMENT
;--
www.eeworm.com/read/228672/14369922
c csi.c
#include "Include/Csi.h"
#include "..\SysLib_Basic\Include\PPU_Texture.h"
#include "..\SysLib_Basic\Include\Temp.h"
#include "..\SysLib_Basic\Include\Sys_Define.h"
#include "..\SysLib_Basic\Includ
www.eeworm.com/read/121526/14754055
asm r_scana.asm
.386P
.model FLAT
;
; d_scana.s
; x86 assembly-language turbulent texture mapping code
;
include qasm.inc
include d_if.inc
if id386
_DATA SEGMENT
_DATA ENDS
_TEXT SEGMENT
;--