Searched refs:renderTargetAlignment (Results 1 – 1 of 1) sorted by relevance
39 const int renderTargetAlignment = 32; in Create() local40 void* memory = allocator->Alloc(sizeof(OnScreenBuffer), renderTargetAlignment); in Create()55 const int renderTargetAlignment = 32; in CreateOffScreenBuffer() local56 void* memory = allocator->Alloc(sizeof(OffScreenBuffer), renderTargetAlignment); in CreateOffScreenBuffer()