HP NVIDIA Quadro 6000, 6GB User's Guide Page 70

  • Download
  • Add to my manuals
  • Print
  • Page
    / 96
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 69
Quadro 4000/5000/6000 SDI DU-05337-001_v01
|
66
Chapter 05 : API Control
#define NVGVOPBUFFERFORMAT_R8G8B8A8 0x00000004 //
R8:G8:B8:A8
#define NVGVOPBUFFERFORMAT_R8G8B8A8Z24 0x00000008 //
R8:G8:B8:A8:Z24
#define NVGVOPBUFFERFORMAT_R16FPG16FPB16FP 0x00000010 //
R16FP:G16FP:B16FP
#define NVGVOPBUFFERFORMAT_R16FPG16FPB16FPZ24 0x00000020
// R16FP:G16FP:B16FP:Z24
#define NVGVOPBUFFERFORMAT_R16FPG16FPB16FPA16FP 0x00000040
// R16FP:G16FP:B16FP:A16FP
#define NVGVOPBUFFERFORMAT_R16FPG16FPB16FPA16FPZ24 0x00000080
//
R16FP:G16FP:B16FP:A16FP:Z24
Data Format Details Structure
struct NVGVODATAFORMATDETAIL
{
WORD cbSize; // Caller sets to
sizeof(NVGVODATAFORMATDETAIL)
NVGVODATAFORMAT dataFormat; // Data format enumerated value
DWORD dwCaps; // Data format capabilities
(NVGVOCAPS_* mask)
struct
{
DWORD dwPbufferFormats; // Supported p-buffer formats
(NVGVOPBUFFERFORMAT_* mask)
DWORD dwPbufferCount; // Number of p-buffers
char szValueName[NVVALUENAME_MAXLEN];
// Data format input name, in
the form:
// <name>
// "R8:G8:B8:A8"
} in;
Page view 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 95 96

Comments to this Manuals

No comments