S SoftwareGuy256 Newcomer Feb 15, 2007 #1 Is there a way to expose the geometry shader extension with CG 1.5? Can this be done in windows XP?
R Razor1 Veteran Feb 15, 2007 #2 I don't think you can yet, cG 1.5 only goes up to sm 3.0 I think, in any case if you are doing a dx9 app there is no way. If its open gl, yes through GLSL you can use geometry shaders through EXT_geometry_shader4 and EXT_gpu_shader4
I don't think you can yet, cG 1.5 only goes up to sm 3.0 I think, in any case if you are doing a dx9 app there is no way. If its open gl, yes through GLSL you can use geometry shaders through EXT_geometry_shader4 and EXT_gpu_shader4
M MDolenc Regular Feb 15, 2007 #3 Geometry shader support will be in CG 2.0, which should be out in a month.