[GPU] Set VGT_DRAW_INITIATOR and use major mode from it
This commit is contained in:
@@ -81,7 +81,8 @@ class VulkanCommandProcessor : public CommandProcessor {
|
||||
uint32_t dword_count) override;
|
||||
|
||||
bool IssueDraw(PrimitiveType primitive_type, uint32_t index_count,
|
||||
IndexBufferInfo* index_buffer_info) override;
|
||||
IndexBufferInfo* index_buffer_info,
|
||||
bool major_mode_explicit) override;
|
||||
bool PopulateConstants(VkCommandBuffer command_buffer,
|
||||
VulkanShader* vertex_shader,
|
||||
VulkanShader* pixel_shader);
|
||||
|
||||
Reference in New Issue
Block a user