Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp113 meshes_ = new Meshes(dev_, mem_flags_); in attach_shell()
163 delete meshes_; in detach_shell()
350 pipeline_info.pVertexInputState = &meshes_->vertex_input_state(); in create_pipeline()
351 pipeline_info.pInputAssemblyState = &meshes_->input_assembly_state(); in create_pipeline()
691 meshes_->cmd_draw(cmd, obj.mesh); in draw_object()
721 meshes_->cmd_bind_buffers(cmd); in draw_objects()
DSmoke.h148 const Meshes *meshes_; variable