Home
last modified time | relevance | path

Searched refs:renderTargetAlignment (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_IRenderTarget.cpp37 const int renderTargetAlignment = 32; in Create() local
38 void* memory = allocator->Alloc(sizeof(OnScreenBuffer), renderTargetAlignment); in Create()
53 const int renderTargetAlignment = 32; in CreateOffScreenBuffer() local
54 void* memory = allocator->Alloc(sizeof(OffScreenBuffer), renderTargetAlignment); in CreateOffScreenBuffer()