mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
codegen: update scripts/cereal/decoder.py
sync with 5b148d70cc
m_queueSubmitWithCommandsEnabled(
m_state->getFeatures().VulkanQueueSubmitWithCommands.enabled()),
Reviewed-by: David Gilhooley <djgilhooley@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41059>
This commit is contained in:
parent
3827c2ab67
commit
b54429c031
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ public:
|
|||
m_boxedHandleCreateMapping(m_state),
|
||||
m_boxedHandleUnwrapMapping(m_state),
|
||||
m_prevSeqno(std::nullopt),
|
||||
m_queueSubmitWithCommandsEnabled(m_state->getFeatures().VulkanQueueSubmitWithCommands.enabled),
|
||||
m_queueSubmitWithCommandsEnabled(m_state->getFeatures().VulkanQueueSubmitWithCommands.enabled()),
|
||||
m_snapshotsEnabled(m_state->snapshotsEnabled()) {}
|
||||
%s* stream() { return &m_vkStream; }
|
||||
VulkanMemReadingStream* readStream() { return &m_vkMemReadingStream; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue