English 中文(简体)
是否在支持开放式2.x的图像卡上使用开放式3.x版本方案?
原标题:Is there a trick to use a opengl 3.x version program on a graphics card which supports opengl 2.x?

我有一张图形卡,支持开张2.2。 我能否通过使用某些软件等对它进行开放式申请(请说3.3版)。

问题回答

开放式GL的主要版本在一定程度上提到了现有的硬件能力:

  • OpenGL-1: fixed function pipeline (DirectX 7 class HW)
  • OpenGL-2: programmable vertex and fragment shader support.(DirectX 9 class HW)
  • OpenGL-3: programmable geometry shader support (DirectX 10 class HW)
  • OpenGL-4: programmable tesselation shader support and a few other nice things (DirectX 11 class HW).

如果万国邮联只支持开放式的GL-2,那么你便无法利用所有举报和传票开展开放式的GL-3方案。 您的最佳工具是软件,使执行工作制度化。


A 几年前,当棚户是新鲜时,NVidia将开发商的司机运到一些更高的功能性再版软件消旋器上,以启动螺旋发展,从而实际应用这些新的可编织的通用公平市价。

Sure you can, you just have to disable those features. Whether this will work well depends greatly on the app.

The simplest method is to intercept all OpenGL calls, using some manner of DLL hooking, and filter them as necessary. When OGL3 features are used, return a "correct" answer (but don t do anything) or provide null for calls that aren t required.

如果做得当,以及依靠OMG3特征的 app,就会没有依靠你的硬件。

如果这笔钱确实需要OGL3,结果将不可靠,可能无法使用。 这确实取决于所评估的准确程度及其需要。 规定不执行《全球升温潜能值》将使你能够run<>m>,但结果在空气中有所上升。

无。 NVIDIA有某些可运行的软件复制,但除此之外没有。

你的硬件只能做3千+千兆赫要求的。

并且:

我有一张图形卡,支持开张2.2

没有公开的GL 2.2。 也许你指的是2.1。





相关问题
OpenGL 3D Selection

I am trying to create a 3D robot that should perform certain actions when certain body parts are clicked. I have successfully (sort of) implemented picking in that if you click on any x-plane part, it ...

Why and when should you use hoops 3d graphics? [closed]

My company needs 3D visualization for our commercial applications (CAD, mesh manipulation, computational geometry). We are tired of true vision 3D (tv3d), which we ve been using for years (poor ...

Prerequisite for learning directx

I am from .net C# background and I want to learn DirectX. I have knowledge of C++ but I am fairly new to graphic world. I am little confused about how to start learning directx, should I start ...

Radial plotting algorithm

I have to write an algorithm in AS3.0 that plots the location of points radially. I d like to input a radius and an angle at which the point should be placed. Obviously I remember from geometry ...

Determine VRAM size on windows

I need to determine roughly how much VRAM a system s graphics card has. I know all the reasons why I shouldn t but I do. It doesn t need to be perfect (some cards lie etc.) but I need a ballpark. On ...

Mask white color out of PNG image on iPhone

I know that there are already 2 relevant posts on that, but it s not clear... So the case is this...: I have a UIImage which consists of a png file requested from a url on the net. Is it possible to ...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...