diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-03-08 17:02:18 -0600 |
|---|---|---|
| committer | Chia-I Wu <olv@lunarg.com> | 2015-04-16 17:33:25 +0800 |
| commit | 14b62e46835fdbb044796db3d22892c2cd1bfebe (patch) | |
| tree | 302c8c952208fed8b46846c0219d295e97564909 /include/xglLayer.h | |
| parent | 53968d8ee5baaf90d2e8922c452f663c3df0c363 (diff) | |
| download | usermoji-14b62e46835fdbb044796db3d22892c2cd1bfebe.tar.xz | |
xgl: Add xglCmdBlitImage entry point
Part one of adding support for abitrary scaled blits and format conversions.
Just interface here. Functionality to follow.
bug #13071
alpha rev: r29665
Diffstat (limited to 'include/xglLayer.h')
| -rw-r--r-- | include/xglLayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xglLayer.h b/include/xglLayer.h index 05fa5ec0..81da19ec 100644 --- a/include/xglLayer.h +++ b/include/xglLayer.h @@ -116,6 +116,7 @@ typedef struct _XGL_LAYER_DISPATCH_TABLE xglCmdDispatchIndirectType CmdDispatchIndirect; xglCmdCopyBufferType CmdCopyBuffer; xglCmdCopyImageType CmdCopyImage; + xglCmdBlitImageType CmdBlitImage; xglCmdCopyBufferToImageType CmdCopyBufferToImage; xglCmdCopyImageToBufferType CmdCopyImageToBuffer; xglCmdCloneImageDataType CmdCloneImageData; |
