Cg is a high-level shading language developed by Nvidia.
I've read some tutorials regarding Cg, yet one thing is not quite clear to me. What exactly is the difference …
opengl cg fragment-shader vertex-shaderI want to work with some frameworks like glew and cg so i manually added the needed frameworks to my …
xcode macos frameworks glew cgI am using the following code to perform some manipulations on the image that I loaded, but I find that …
iphone core-graphics retina-display cgI'm using GC for writing shaders inside Unity3D. I'm using vertex colors attributes for passing some parameters to the …
unity3d shader interpolation cgIn a fragment shader like the below: Shader "ColorReplacement" { Properties { _MainTex ("Greyscale (R) Alpha (A)", 2D) = "white" {} } SubShader { ZTest LEqual …
unity3d shader fragment-shader vertex-shader cgI want to sort my Sprites using Unitys sorting Layers. I attached a custom Shader to one of my Sprites. …
unity3d shader cg unity3d-2dtoolsAs to correctly transform the Normal (which is a direction not a position) from Object space to World space, we …
matrix shader game-engine hlsl cg