blob: 288f0da4b61a2122bb3b71f225b52bced80b1021 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
page_type: sample
description: "Demonstrates how to implement the CPixel class for use by a display driver."
languages:
- cpp
products:
- windows
---
<!---
name: PixLib sample
platform: LIB
language: cpp
category: Video
description: Demonstrates how to implement the CPixel class for use by a display driver.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618005
--->
# PixLib sample
The PixLib sample demonstrates how to implement the **CPixel** class for use by a display driver.
For more information, see the WDK documentation topic, [CPixel Support Methods for Lightweight MIP Maps](http://msdn.microsoft.com/en-us/library/windows/hardware/ff540585).
|