39 VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT,
40 VKResourceType::IMAGE | VKResourceType::BUFFER> {
49 template<
typename Node,
typename Storage>
52 node.storage_index = storage.draw.append_and_get_index(create_info.
node_data);
81 VK_PIPELINE_BIND_POINT_GRAPHICS,
82 VK_SHADER_STAGE_ALL_GRAPHICS);
87 data.vertex_count,
data.instance_count,
data.first_vertex,
data.first_instance);
BMesh const char void * data
virtual void draw(uint32_t vertex_count, uint32_t instance_count, uint32_t first_vertex, uint32_t first_instance)=0
void build_links(VKResourceStateTracker &resources, VKRenderGraphNodeLinks &node_links, const CreateInfo &create_info) override
static void set_node_data(Node &node, Storage &storage, const CreateInfo &create_info)
void free_data(Data &data)
void build_commands(VKCommandBufferInterface &command_buffer, Data &data, VKBoundPipelines &r_bound_pipelines) override
VKDrawCreateInfo CreateInfo
void vk_pipeline_data_copy(VKPipelineData &dst, const VKPipelineData &src)
void vk_vertex_buffer_bindings_build_links(VKResourceStateTracker &resources, VKRenderGraphNodeLinks &node_links, const VKVertexBufferBindings &vertex_buffers)
void vk_pipeline_data_free(VKPipelineData &data)
void vk_pipeline_viewport_set_commands(VKCommandBufferInterface &command_buffer, const VKViewportData &viewport_data, VKViewportData &r_viewport_state)
void vk_vertex_buffer_bindings_build_commands(VKCommandBufferInterface &command_buffer, const VKVertexBufferBindings &vertex_buffer_bindings, VKVertexBufferBindings &r_bound_vertex_buffers)
void vk_pipeline_data_build_commands(VKCommandBufferInterface &command_buffer, const VKPipelineData &pipeline_data, VKBoundPipeline &r_bound_pipeline, VkPipelineBindPoint vk_pipeline_bind_point, VkShaderStageFlags vk_shader_stage_flags)
VKViewportData viewport_state
VKVertexBufferBindings vertex_buffers
struct blender::gpu::render_graph::VKBoundPipelines::@330073272230235047023047257331112150345332026365 graphics
const VKResourceAccessInfo & resources
VKDrawCreateInfo(const VKResourceAccessInfo &resources)
VKPipelineData pipeline_data
VKVertexBufferBindings vertex_buffers
VKViewportData viewport_data
void build_links(VKResourceStateTracker &resources, VKRenderGraphNodeLinks &node_links) const