17 #include <ht_platform.h> 18 #include <ht_directx.h> 34 bool Initialize(ID3D12Device* device);
36 bool UpdateSubData(ID3D12GraphicsCommandList* commandList,
41 D3D12_VERTEX_BUFFER_VIEW GetView();
45 ID3D12Resource* m_buffer;
46 ID3D12Resource* m_bufferUploadHeap;
47 D3D12_VERTEX_BUFFER_VIEW m_view;
48 uint32_t m_bufferSize;
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_color.h:19
Definition: ht_d3d12vertexbuffer.h:27