mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoBackends:D3D12: Dynamic vertex loader support
This commit is contained in:
@ -46,6 +46,7 @@ protected:
|
||||
StreamBuffer m_uniform_stream_buffer;
|
||||
StreamBuffer m_texel_stream_buffer;
|
||||
std::array<DescriptorHandle, NUM_TEXEL_BUFFER_FORMATS> m_texel_buffer_views = {};
|
||||
DescriptorHandle m_vertex_srv = {};
|
||||
};
|
||||
|
||||
} // namespace DX12
|
||||
|
Reference in New Issue
Block a user