uFlags

Flags that indicate which of the threshold parameters are valid. The flags can be or-ed together to change only some of the flags, or you can pass MEM_ALL to change all flags. Possible values are:

Value

Meaning

MEM_TILEDTHRESHOLD

[$0001] – nTiledThreshold is valid.

MEM_MAXCONVSIZE

[$0002] – nMaxConvSize is valid

MEM_TILESIZE

[$0004] – nTileSize is valid

MEM_CONVTILES

[$0008] - nConvTiles is valid

MEM_CONVBUFFERS

[$0010] – nConvBuffers is valid.

MEM_ALL

[$001F] – all parameters are valid. You do not need to ‘or’ this with the other flags