Difference between revisions of "XOpenGLDrv.int"

From Oldunreal-Wiki
Jump to navigation Jump to search
m
m
Line 7: Line 7:
[XOpenGLRenderDevice]
[XOpenGLRenderDevice]
ClassCaption="XOpenGL Support"
ClassCaption="XOpenGL Support"
AskInstalled=Do you have a OpenGL compatible 3D accelerator installed?
AskInstalled="Do you have a OpenGL compatible 3D accelerator installed?"
AskUse=Do you want Unreal to use your OpenGL accelerator?
AskUse="Do you want Unreal to use your OpenGL accelerator?"


[Errors]
[Errors]
NoFindGL=Can't find OpenGL driver %s
NoFindGL="Can't find OpenGL driver %s"
MissingFunc=Missing OpenGL function %s (%i)
MissingFunc="Missing OpenGL function %s (%i)"
ResFailed=Failed to set resolution
ResFailed="Failed to set resolution"
</pre>
</pre>
[[Category:English Localization]]
[[Category:English Localization]]

Revision as of 03:54, 2 July 2020

[Public]
Object=(Name=XOpenGLDrv.XOpenGLRenderDevice,Class=Class,MetaClass=Engine.RenderDevice,Autodetect=opengl32.dll)
Preferences=(Caption="XOpenGL Support",Parent="Rendering",Class=XOpenGLDrv.XOpenGLRenderDevice,Immediate=True, Category="Options")
Preferences=(Caption="Debug Options",Parent="XOpenGL Support",Class=XOpenGLDrv.XOpenGLRenderDevice,Immediate=True, Category="DebugOptions")

[XOpenGLRenderDevice]
ClassCaption="XOpenGL Support"
AskInstalled="Do you have a OpenGL compatible 3D accelerator installed?"
AskUse="Do you want Unreal to use your OpenGL accelerator?"

[Errors]
NoFindGL="Can't find OpenGL driver %s"
MissingFunc="Missing OpenGL function %s (%i)"
ResFailed="Failed to set resolution"