|
Diligent Engine API 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. | |
Describes the buffer initial data.
|
inline |
Initializes the structure members with default values.
Default values:
| Member | Default value |
|---|---|
| pData | nullptr |
| DataSize | 0 |