Searched refs:texsd (Results 1 – 1 of 1) sorted by relevance
60 D3D11_SUBRESOURCE_DATA texsd; in init() local61 texsd.SysMemPitch = 32 * 4; in init()62 texsd.SysMemSlicePitch = 32 * 32 * 4; in init()66 texsd.pSysMem = g_cornell_box_image; in init()67 ensure(dev->CreateTexture2D(&texd, &texsd, &tex)); in init()71 texsd.pSysMem = g_tux_image; in init()72 ensure(dev->CreateTexture2D(&texd, &texsd, &tex)); in init()