代码搜索:Texture
找到约 4,874 项符合「Texture」的源代码
代码结果 4,874
www.eeworm.com/read/136815/5855123
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/134479/5892624
cpp texture.cpp
// dx9texture.cpp
#include "dx9texture.hpp"
#include "dx9.hpp"
using namespace fibble;
/*
DX9Texture::DX9Texture( DX9RunTime* inContext, int inWidth, int inHeight, int inComponents )
: width(inWid
www.eeworm.com/read/134479/5892638
hpp texture.hpp
// dx9texture.hpp
#pragma once
#include "base.hpp"
namespace fibble {
class DX9Texture
{
public:
static DX9Texture* create( DX9RunTime* inContext, int inWidth, int inHeight, int inComponen
www.eeworm.com/read/120251/6075134
cpp texture.cpp
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "OgrePythonLink.h"
using namespace boost::python;
using namespace Ogre;
void exportTexture()
{
class_
www.eeworm.com/read/120251/6077784
java texture.java
/* Ogre4J
Copyright (C) 2002 macross
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as publishe
www.eeworm.com/read/120251/6079483
pyste texture.pyste
Include('OgreImage.h')
Include('OgreDataChunk.h')
texture = Class('Ogre::Texture', 'OgreTexture.h')
www.eeworm.com/read/118801/6093967
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/118801/6093969
pro texture.pro
REQUIRES = opengl
TEMPLATE = app
CONFIG += qt opengl warn_on release
HEADERS = gltexobj.h \
globjwin.h
SOURCES = gltexobj.cpp \
globjwin.cpp \
main.cpp
TARGET = texture
DEPENDPA
www.eeworm.com/read/113165/6137042
cpp texture.cpp
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "OgrePythonLink.h"
using namespace boost::python;
using namespace Ogre;
void exportTexture()
{
class_
www.eeworm.com/read/113165/6139798
java texture.java
/* Ogre4J
Copyright (C) 2002 macross
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as publishe