|
BRE12
|
Public Member Functions | |
| IndexBufferData (const IndexBufferData &)=default | |
| const IndexBufferData & | operator= (const IndexBufferData &instance) |
| IndexBufferData (IndexBufferData &&)=default | |
| IndexBufferData & | operator= (IndexBufferData &&)=default |
| bool | IsDataValid () const noexcept |
Public Attributes | |
| ID3D12Resource * | mBuffer { nullptr } |
| D3D12_INDEX_BUFFER_VIEW | mBufferView {} |
| std::uint32_t | mElementCount { 0U } |
1.8.12