mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
init commit
This commit is contained in:
parent
ae108d0411
commit
e325902bac
6 changed files with 11 additions and 5 deletions
|
|
@ -93,7 +93,7 @@ void GFXGLEnumTranslate::init()
|
|||
GFXGLTextureAddress[GFXAddressWrap] = GL_REPEAT;
|
||||
GFXGLTextureAddress[GFXAddressMirror] = GL_REPEAT;
|
||||
GFXGLTextureAddress[GFXAddressClamp] = GL_CLAMP_TO_EDGE;
|
||||
GFXGLTextureAddress[GFXAddressBorder] = GL_REPEAT;
|
||||
GFXGLTextureAddress[GFXAddressBorder] = GL_CLAMP_TO_BORDER;
|
||||
GFXGLTextureAddress[GFXAddressMirrorOnce] = GL_REPEAT;
|
||||
|
||||
// Stencil ops
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue