Add useLocalMemory flag to ImageInfo

Change-Id: I664f9e17c0c480c2b7b2b34dcfaefa7929b9ddfe
This commit is contained in:
Hoppe, Mateusz
2018-12-28 11:07:43 +01:00
committed by sys_ocldev
parent 20fd137437
commit 694b643df1
2 changed files with 17 additions and 0 deletions

View File

@@ -220,6 +220,7 @@ struct ImageInfo {
uint32_t baseMipLevel;
uint32_t mipCount;
bool preferRenderCompression;
bool useLocalMemory;
};
struct McsSurfaceInfo {