MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CreateViewWithViewRef

Method CreateViewWithViewRef

cube/fuchsia/flatland_view.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void FlatlandViewProviderService::CreateViewWithViewRef(CreateViewWithViewRefRequest& request,
200 CreateViewWithViewRefCompleter::Sync& completer) {
201 FX_NOTIMPLEMENTED() << "Only Flatland is supported. This is a Gfx ViewProvider method.";
202}
203
204void FlatlandViewProviderService::CreateView2(CreateView2Request& request, CreateView2Completer::Sync& completer) {
205 create_view_callback_(std::move(request.args()));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected