From 1a8de158759004d96d49152a033ad7fddff6e432 Mon Sep 17 00:00:00 2001 From: Caleb Cornett Date: Fri, 11 Nov 2022 22:57:38 -0500 Subject: [PATCH] update README for GetBufferData --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5070d81..d378937 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,7 @@ Draws a basic triangle with varying MSAA sample counts. **CullMode** Draws several triangles with various culling modes and winding orders. + +**GetBufferData** + +Sets buffer data, gets the data back from the GPU, and prints the results to the console.