Probably Not. Introduction Both the HLSL and GLSL shading languages support mechanisms for assigning explicit, programmer-selected locations to certain shader parameters. In HLSL, this is done with the regsiter keyword: // texture/buffer/resource: Texture2D someTexture : register(t0); // sampler state: SamplerState … Continue reading →