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

搜索资源列表

  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. 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. glm-0.9.5.3

    0下载:
  2. GLM是一个整体用法和GLSL很相似的数学运算库,开发者也声称“GLSL + Optional features OpenGL Mathematics (GLM)”。可以用来帮助我们操作矩阵-GLM GLSL+ Optional features OpenGL Mathematics (GLM)
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4077373
    • 提供者:jdf35ffe
  1. OpenGL-3.2-API.pdf.tar

    0下载:
  2. OpenGL参考手册,除了包括基本函数以外,还包括扩展的函数以及GLSL函数。-OpenGL manual
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-06
    • 文件大小:662818
    • 提供者:小万
  1. sunlight

    0下载:
  2. 基于GLSL实现简单的平行光光照模型-GLSL implements the illumination model
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:805
    • 提供者:mao
  1. v

    0下载:
  2. 关于GLSL的点光源,载入模型,纹理-light engine code OpenGL.
  3. 所属分类:Game Engine

    • 发布日期:2017-06-22
    • 文件大小:42974837
    • 提供者:hjw
  1. Unity3d-Shader-of-ShaderToy

    0下载:
  2. 如果你还没听过ShaderToy,那你就真的错过了一个很好的shader学习网站。我是在群里有一次听到小伙伴们提到这个网站的。点进去就会发现里面有很多很绚 丽的shader展示。 说简单点,这个网站是专门让人们分享和编写GLSL的pixel shaders的。换句话说,里面那些绚丽的效果仅仅依靠pixel shaders就可以完成了(当然还有纹理和模 型的配合,如有不对请指出),是不是很强大?里面的强人很多,就像头脑风暴一样,让你一次次发出惊叹,原来还可以这样做!但是,这里面也蕴含了
  3. 所属分类:3D Graphic

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