You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- enabled device filtering by texture format support
[CL 2039053 by JJ Hoesing in Main branch]
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
virtual uint32 Run(void)
|
||||
{
|
||||
int LoopCount = 1;
|
||||
int LoopCount = 10;
|
||||
|
||||
while (StopTaskCounter.GetValue() == 0)
|
||||
{
|
||||
@@ -164,7 +164,7 @@ private:
|
||||
DeviceInfo.SerialNumber = SerialNumber;
|
||||
DeviceInfo.Model = Model;
|
||||
DeviceInfo.DeviceName = DeviceName;
|
||||
DeviceInfo.GLESExtenstions = GLESExtensions;
|
||||
DeviceInfo.GLESExtensions = GLESExtensions;
|
||||
DeviceInfo.GLESVersion = GLESVersion;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user