代码搜索:Texture

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

代码结果 4,874
www.eeworm.com/read/316549/13521309

gif texture.gif

www.eeworm.com/read/150892/5687803

h texture.h

#ifndef CTEXTURE_H #define CTEXTURE_H #include "..\System\Sysdef.h" #include "..\System\bufReader.h" class CGraphics3D; class CEngine; class CTexture { public: short m_w,m_h;
www.eeworm.com/read/150892/5687806

cpp texture.cpp

#include "..\System\simplememory.h" #include "..\System\resfile.h" #include "Texture.h" extern CSimpleMemory *SMemory; extern CResFile *pResFile; CTexture::CTexture() { m_w = -1; m_h =
www.eeworm.com/read/150546/5691626

manifest texture.manifest

www.eeworm.com/read/150483/5692308

h texture.h

#ifndef CTEXTURE_H #define CTEXTURE_H #include "..\System\Sysdef.h" #include "..\System\bufReader.h" #include "..\System\gfx.h" class CGraphics3D; class CEngine; class CTexture {
www.eeworm.com/read/150483/5692311

cpp texture.cpp

#include "..\System\simplememory.h" #include "..\System\resfile.h" #include "Texture.h" CTexture::CTexture() { m_w = -1; m_h = -1; m_bpp = 0; m_flag = 0; m_npal = -1; m_ppalData
www.eeworm.com/read/145916/5743245

java texture.java

/* * Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followi
www.eeworm.com/read/136865/5840412

doc texture.doc

/*! \page opengl-texture-example.html \ingroup opengl-examples \title OpenGL Texture Example This example program demonstrates how to use OpenGL 2D textures. See \c{$QTDIR/examples/opengl/tex
www.eeworm.com/read/136865/5840414

pro texture.pro

TEMPLATE = app TARGET = texture CONFIG += qt opengl warn_on release CONFIG -= dlopen_opengl DEPENDPATH = ../include REQUIRES = opengl HEADERS = gltexobj.h \ globjwin.h SOURCES = glte
www.eeworm.com/read/136815/5855121

doc texture.doc

/*! \page opengl-texture-example.html \ingroup opengl-examples \title OpenGL Texture Example This example program demonstrates how to use OpenGL 2D textures. See \c{$QTDIR/examples/opengl/tex