CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - GPU GLSL

搜索资源列表

  1. GpuMixImage

    0下载:
  2. 这是偶以前写的一个GPU实现图象混合的程序,使用GLSL实现,本程序包含C++代码和GPU shader代码(在release文件里)
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:10966
    • 提供者:bitorRay
  1. helloGPGPU_GLSL-1.0.2

    0下载:
  2. 使用GLSL Shading Language写的一个GPU实现Demo。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:49787
    • 提供者:谢谢
  1. glversion_parse-2.0

    0下载:
  2. 讲述如何利用GLSL进行GPU编程是获取GLSL的版本
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1291
    • 提供者:陈平
  1. 46

    0下载:
  2. 用C++,OpenGL和GLSL实现GPU排序技术
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:895185
    • 提供者:liyuwen
  1. helloGPGPU_GLSL-1.0.2

    0下载:
  2. 显示如何使用GPU进行通用计算,例子中使用GLSL实现高斯-拉普拉斯边缘检测算子-show how to use the GPU for general purpose computing, for example the use of GLSL achieve Gaussian - Laplace operator Edge Detection
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8149
    • 提供者:陈昱
  1. glsl4.zip

    0下载:
  2. 基于GPU编程,GLSL,对于新手有很大的帮助,不过注释是日语,GPU-based programming, GLSL, for the novice there are a great help, but notes that Japanese
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:343548
    • 提供者:shenjingwei
  1. VolRen

    1下载:
  2. 基于QT4和OpenGL/GLSL的体绘制应用程序。实现了 GPU Ray-Casting-A QT4 & OPENGL & GLSL based volume rendering application that implements GPU Ray-Casting.
  3. 所属分类:3D图形编程

    • 发布日期:2013-07-06
    • 文件大小:15263248
    • 提供者:杨飞
  1. gpubase.tar

    1下载:
  2. GPU 编程示例,介绍GPU结合GLSL,CG实现图像处理及数学运算,值的学习。-GPU Sample
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:302669
    • 提供者:fuyongfeng
  1. Image_Processing_GPU

    2下载:
  2. 本程序借助OpenGL及其高级着色语言GLSL实现了图像降噪,锐化,对比度增强等图像处理操作!-With this procedure and its high-level shading language GLSL OpenGL implementation of image noise reduction, sharpening, contrast enhancement and other image processing!
  3. 所属分类:Special Effects

    • 发布日期:2015-06-09
    • 文件大小:2048
    • 提供者:wangbo
  1. OpenTK

    0下载:
  2. A cross-platform OpenGL wrapper for C# and other .Net languages. It can support OpenGL 3.1 and GLSL language. You can use it write GPU based program using C# instead of C or C++.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1172285
    • 提供者:linux
  1. GPUOpenGL

    0下载:
  2. GPU深度发掘(三)::OpenGL Frame Buffer Object 201-如何通过使用OpenGL高级着色语言(GLSL),实现在同一时间渲染输出到多个纹理上,当然,这里还需要用到绘图缓冲扩展(Draw Buffers extension)
  3. 所属分类:OpenGL program

    • 发布日期:2015-04-14
    • 文件大小:12158
    • 提供者:zhao
  1. CIRLGPUGLSLGeometryShaderTutorial

    0下载:
  2. CIRL GPU GLSL Geometry Shader Tutorial.rar
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:6685
    • 提供者:lam.wong.simg
  1. glm-0.9.0.6

    1下载:
  2. OpenGL Mathematics (GLM) is a C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification. The goal of the project is to provide to 3D programmers math classes and functions that miss in C++ when we use to p
  3. 所属分类:OpenGL program

    • 发布日期:2016-10-30
    • 文件大小:1390592
    • 提供者:Sukuma Ubhada
  1. ogl_cg_simple

    0下载:
  2. opengl 与CG,GLSL以结合,GPU显卡使用示例,包括多层纹理示例-OpenGL and Cg,Glsl,GPU SAMPLE Mulit_Texture
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:34738
    • 提供者:fuyongfeng
  1. GLSL_ES_Specification_1.0.17

    0下载:
  2. OpenGL着色语言(GLSL――OpenGL Shading Language)是用来在OpenGL中着色编程的语言,也即开发人员写的短小的自定义程序,他们是在图形卡的GPU (Graphic Processor Unit图形处理单元)上执行的,代替了固定的渲染管线的一部分-The recent trend in graphics hardware has been to replace fixed functionality with programmability in areas tha
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:547295
    • 提供者:辛安民
  1. glsl-optimizer-master

    0下载:
  2. GLSL优化算法,用c++语言编写,适合学习计算数学的和工科类的运用-GLSL optimizer A C++ library that takes GLSL shaders, does some GPU-independent optimizations on them and outputs GLSL back. Optimizations are function inlining, dead code removal, copy propagation, constant foldi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:1974077
    • 提供者:shigeaixiaomao
  1. CIRLGPUGLSLGeometryShaderTutorial

    0下载:
  2. CIRL GPU GLSL Geometry Shader Tutorial.rar
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:6729
    • 提供者:orecast
  1. glsl

    0下载:
  2. osg 例子,利用glsl语言实现gpu渲染-example of osg
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1785
    • 提供者:zouhua
  1. SceneDemo

    0下载:
  2. 基于现代OpenGL的火焰粒子系统的模拟,采用双缓冲思想,将粒子的计算搬运到了GPU上进行并行计算,加快粒子系统的模拟速度。(Based on the modern OpenGL simulation of the flame particle system, the double buffer idea is adopted to transfer the computation of particles to GPU for parallel computation, which accel
  3. 所属分类:3D图形编程

    • 发布日期:2018-04-21
    • 文件大小:83164160
    • 提供者:天琊
  1. FountainParticle

    1下载:
  2. 基于OpenGL3.3+的粒子系统,将粒子的计算搬运到GPU上,从大大加快了粒子系统的实时模拟速度。(The particle system based on OpenGL3.3+ carries the particle calculation to GPU, which greatly speeds up the real-time simulation speed of the particle system.)
  3. 所属分类:3D图形编程

    • 发布日期:2018-04-22
    • 文件大小:31875072
    • 提供者:天琊
« 12 »
搜珍网 www.dssz.com