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

搜索资源列表

  1. orangesignal-android-camera-master

    0下载:
  2. 这个例子是一个Android摄像头库,它使用 GPUImage GLSL的过滤器-This is an android Camera Library ,it uses GPUImage GLSL filters
  3. 所属分类:android

    • 发布日期:2017-04-25
    • 文件大小:260805
    • 提供者:水煮肉片
  1. SEUS-v10.1-Standard

    1下载:
  2. GLSL SEUS SHADERS FREE DOWNLAOD
  3. 所属分类:JavaScript

    • 发布日期:2017-03-22
    • 文件大小:67728
    • 提供者:Aonnmyous
  1. lake-BumpMapping

    1下载:
  2. Vs2012+opengl+glsl控制台程序实现凹凸贴图技术-bumpmapping
  3. 所属分类:OpenGL program

    • 发布日期:2014-12-18
    • 文件大小:10068992
    • 提供者:迅猛
  1. a-shader-to-stroke

    0下载:
  2. 用GLSL做了一个可以描出物体的边的shader。对物体模型的每一个面算出与镜头方向的夹角,夹角小到一定程度的时候描出边。附录像。-A shader to stroke by GLSL.
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-12
    • 文件大小:19263105
    • 提供者:胡蓓欣
  1. shader

    0下载:
  2. This file improve how to load shaders using GLSL and OpenGL
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1854
    • 提供者:biskra
  1. GLSLTest

    0下载:
  2. opengl glsl 程序,包括了对opengl环境的检测,是否符合opengl版本规范-opengl glsl source,including opengl environment testing,and version of opengl
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:26991
    • 提供者:赵三
  1. shader_query

    0下载:
  2. C-to-C++ bridge functions to query GLSL shader data.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2613
    • 提供者:raomjjm
  1. brw_fs

    0下载:
  2. This file drives the GLSL IR -> LIR translation, contains the optimizations on the LIR, and drives the generation of native code the LIR. -This file drives the GLSL IR -> LIR translation, contains the optimizations on the LIR, and drives the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:19447
    • 提供者:nengpeirz
  1. uniforms

    0下载:
  2. \file uniforms.c Functions related to GLSL uniform variables. \author Brian Paul.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7493
    • 提供者:ferfpwz
  1. EdgeWalkerPolygon4x4_Test

    0下载:
  2. silently propagate the error.Handle method calls in GLSL 1.20 - namely, array.length(). -silently propagate the error.Handle method calls in GLSL 1.20 - namely, array.length().
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:8253
    • 提供者:cgnmkz
  1. ccapitst

    0下载:
  2. \file link_uniforms.cpp Assign locations for GLSL uniforms.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:30174
    • 提供者:touwfry
  1. erase_iter_iter

    0下载:
  2. Early versions of GLSL have Varying and Attribute those are later deprecated, but we still need to know whether a Varying variable should be treated as In or Out. -Early versions of GLSL have Varying and Attribute those are later deprecated, but w
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3290
    • 提供者:yierrvie
  1. xt_sctp

    0下载:
  2. This file supports generating the FS LIR the GLSL IR. The LIR makes it easier to do backend-specific optimizations than doing so in the GLSL IR or in the native code Source Code for Linux v2.13.6. -This file supports generating the FS LIR the GLSL
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:15812
    • 提供者:nmdhjj
  1. glm-master

    0下载:
  2. OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications. GLM provides classes and functions designed and implemented with the same naming conventions and
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4429895
    • 提供者:KiBorg0
  1. GPGPU-CUDA-OpenCL

    0下载:
  2. GPGPU编程技术 从GLSL、CUDA到OpenCL-GPGPU programming techniques GLSL, CUDA to OpenCL
  3. 所属分类:software engineering

    • 发布日期:2017-06-09
    • 文件大小:16034745
    • 提供者:lby
  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. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:8277
    • 提供者:he5045713
  1. vshader.glsl

    0下载:
  2. #version 130 in vec4 vPosition in vec4 vColor out vec4 color uniform int xsize uniform int ysize void main() { mat4 scale = mat4(2.0/xsize, 0.0, 0.0, 0.0, 0.0, 2.0/ysize, 0.0, 0.0, 0.0, 0.0, 1.0, 0
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:900
    • 提供者:Jason
  1. FishEye_Test

    0下载:
  2. 基于opengl和glsl的鱼眼全景图,将鱼眼图片,通过GLSL编写的shader贴到球上,让人眼观看的时候产生鱼眼效果。-Based on OpenGL and glsl fisheye panorama, fish eye picture, written in glsl shader attached to the ball, let the human eye viewing when the fisheye effect.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:905226
    • 提供者:babytang
  1. triangle

    0下载:
  2. 用GLSL绘制简单的三角形。是GLSL COOKBOOK中的第一个例子。-Draw a triangle.It s the first example of GLSL COOKBOOK
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-24
    • 文件大小:7966195
    • 提供者:ma huiwen
  1. volume

    0下载:
  2. 最简单的体绘制,包括shader和cpp,核心算法在Shader里头,采用的是英伟达体绘制的解决方案,算法详情去看英伟达的GPU特效编程-Volume Render : include shader and c++ file ,the core algorithm was written in glsl fils
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-04
    • 文件大小:7288
    • 提供者:daigan
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com