Commit e81c96ae by Nicolas Capens

Enable S3TC texture formats on Windows.

BUG=14602552 Change-Id: I0dcd77bf3869ecd3a5ebbfe2dde724187f2082d3
parent 10219e72
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define PERF_HUD 0 // Display time spent on vertex, setup and pixel processing for each thread #define PERF_HUD 0 // Display time spent on vertex, setup and pixel processing for each thread
#define PERF_PROFILE 0 // Profile various pipeline stages and display the timing in SwiftConfig #define PERF_PROFILE 0 // Profile various pipeline stages and display the timing in SwiftConfig
#define S3TC_SUPPORT 0 #define S3TC_SUPPORT (_WIN32)
#if PERF_PROFILE #if PERF_PROFILE
enum enum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment