Home
last modified time | relevance | path

Searched refs:meshes_ (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp118 meshes_ = new Meshes(dev_, mem_flags_); in attach_shell()
168 delete meshes_; in detach_shell()
355 pipeline_info.pVertexInputState = &meshes_->vertex_input_state(); in create_pipeline()
356 pipeline_info.pInputAssemblyState = &meshes_->input_assembly_state(); in create_pipeline()
696 meshes_->cmd_draw(cmd, obj.mesh); in draw_object()
726 meshes_->cmd_bind_buffers(cmd); in draw_objects()
DSmoke.h154 const Meshes *meshes_; variable