You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none [CL 4543237 by Matt Kuhlenschmidt in Dev-Editor branch]
This commit is contained in:
@@ -689,7 +689,7 @@ public:
|
||||
if (bOpenGL3x)
|
||||
{
|
||||
DeviceSpecs.AndroidProperties.GLES31RHIState.SupportsInstancing = true;
|
||||
DeviceSpecs.AndroidProperties.GLES31RHIState.MaxTextureDimensions = 2048;
|
||||
DeviceSpecs.AndroidProperties.GLES31RHIState.MaxTextureDimensions = 4096;
|
||||
DeviceSpecs.AndroidProperties.GLES31RHIState.MaxShadowDepthBufferSizeX = 2048;
|
||||
DeviceSpecs.AndroidProperties.GLES31RHIState.MaxShadowDepthBufferSizeY = 2048;
|
||||
DeviceSpecs.AndroidProperties.GLES31RHIState.MaxCubeTextureDimensions = 2048;
|
||||
@@ -701,7 +701,7 @@ public:
|
||||
// OpenGL ES 2.0
|
||||
{
|
||||
DeviceSpecs.AndroidProperties.GLES2RHIState.SupportsInstancing = false;
|
||||
DeviceSpecs.AndroidProperties.GLES2RHIState.MaxTextureDimensions = 1024;
|
||||
DeviceSpecs.AndroidProperties.GLES2RHIState.MaxTextureDimensions = 2048;
|
||||
DeviceSpecs.AndroidProperties.GLES2RHIState.MaxShadowDepthBufferSizeX = 1024;
|
||||
DeviceSpecs.AndroidProperties.GLES2RHIState.MaxShadowDepthBufferSizeY = 1024;
|
||||
DeviceSpecs.AndroidProperties.GLES2RHIState.MaxCubeTextureDimensions = 512;
|
||||
|
||||
Reference in New Issue
Block a user