Diligent Engine API Reference
Public Member Functions | Public Attributes | List of all members
Diligent::BufferData Struct Reference

Describes the buffer initial data. More...

Public Member Functions

 BufferData ()
 Initializes the structure members with default values. More...
 

Public Attributes

const void * pData
 Pointer to the data.
 
Uint32 DataSize
 Data size, in bytes.
 

Detailed Description

Describes the buffer initial data.

Constructor & Destructor Documentation

◆ BufferData()

Diligent::BufferData::BufferData ( )
inline

Initializes the structure members with default values.

Default values:

Member Default value
pData nullptr
DataSize 0