Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_IRenderTarget.cpp39 const int renderTargetAlignment = 32; in Create() local
40 void* memory = allocator->Alloc(sizeof(OnScreenBuffer), renderTargetAlignment); in Create()
55 const int renderTargetAlignment = 32; in CreateOffScreenBuffer() local
56 void* memory = allocator->Alloc(sizeof(OffScreenBuffer), renderTargetAlignment); in CreateOffScreenBuffer()