perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
38 lines • 2.71 kB
JavaScript
;
//
// Copyright (C) 2019 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.VulkanApiEvent_VkQueueSubmitSchema = exports.VulkanApiEvent_VkDebugUtilsObjectNameSchema = exports.VulkanApiEventSchema = exports.file_protos_perfetto_trace_gpu_vulkan_api_event = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/trace/gpu/vulkan_api_event.proto.
*/
exports.file_protos_perfetto_trace_gpu_vulkan_api_event = (0, codegenv1_1.fileDesc)("CjBwcm90b3MvcGVyZmV0dG8vdHJhY2UvZ3B1L3Z1bGthbl9hcGlfZXZlbnQucHJvdG8SD3BlcmZldHRvLnByb3RvcyK7AwoOVnVsa2FuQXBpRXZlbnQSXAoadmtfZGVidWdfdXRpbHNfb2JqZWN0X25hbWUYASABKAsyNi5wZXJmZXR0by5wcm90b3MuVnVsa2FuQXBpRXZlbnQuVmtEZWJ1Z1V0aWxzT2JqZWN0TmFtZUgAEkgKD3ZrX3F1ZXVlX3N1Ym1pdBgCIAEoCzItLnBlcmZldHRvLnByb3Rvcy5WdWxrYW5BcGlFdmVudC5Wa1F1ZXVlU3VibWl0SAAacgoWVmtEZWJ1Z1V0aWxzT2JqZWN0TmFtZRILCgNwaWQYASABKA0SEQoJdmtfZGV2aWNlGAIgASgEEhMKC29iamVjdF90eXBlGAMgASgFEg4KBm9iamVjdBgEIAEoBBITCgtvYmplY3RfbmFtZRgFIAEoCRqDAQoNVmtRdWV1ZVN1Ym1pdBITCgtkdXJhdGlvbl9ucxgBIAEoBBILCgNwaWQYAiABKA0SCwoDdGlkGAMgASgNEhAKCHZrX3F1ZXVlGAQgASgEEhoKEnZrX2NvbW1hbmRfYnVmZmVycxgFIAMoBBIVCg1zdWJtaXNzaW9uX2lkGAYgASgNQgcKBWV2ZW50");
/**
* Describes the message perfetto.protos.VulkanApiEvent.
* Use `create(VulkanApiEventSchema)` to create a new message.
*/
exports.VulkanApiEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_gpu_vulkan_api_event, 0);
/**
* Describes the message perfetto.protos.VulkanApiEvent.VkDebugUtilsObjectName.
* Use `create(VulkanApiEvent_VkDebugUtilsObjectNameSchema)` to create a new message.
*/
exports.VulkanApiEvent_VkDebugUtilsObjectNameSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_gpu_vulkan_api_event, 0, 0);
/**
* Describes the message perfetto.protos.VulkanApiEvent.VkQueueSubmit.
* Use `create(VulkanApiEvent_VkQueueSubmitSchema)` to create a new message.
*/
exports.VulkanApiEvent_VkQueueSubmitSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_gpu_vulkan_api_event, 0, 1);
//# sourceMappingURL=vulkan_api_event_pb.js.map