summaryrefslogtreecommitdiff
path: root/video/pixlib/README.md
diff options
context:
space:
mode:
authorZachary Northrup <[email protected]>2023-12-01 16:23:53 -0800
committerGitHub <[email protected]>2023-12-01 16:23:53 -0800
commitf3af78b1dbaf7933839736cd401702fde93769ee (patch)
tree1e5afbebba3b8c9174893809376a2fb81ef1f26b /video/pixlib/README.md
parentc8715131a82e0b352da90cd82138b6d9b7780bac (diff)
Delete video/pixlib directory
This appears to be an obsolete sample, probably provided for D3D7 UMD support around the turn of the millennium.
Diffstat (limited to 'video/pixlib/README.md')
-rw-r--r--video/pixlib/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/video/pixlib/README.md b/video/pixlib/README.md
deleted file mode 100644
index 4153a4c3..00000000
--- a/video/pixlib/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-page_type: sample
-description: "Demonstrates how to implement the CPixel class for use by a display driver."
-languages:
-- cpp
-products:
-- windows
-- windows-wdk
----
-
-# 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](https://docs.microsoft.com/windows-hardware/drivers/display/cpixel-support-methods-for-lightweight-mip-maps).