blob: 9e713df4b496a7f10875fb976b15eebe9b220610 [file] [log] [blame]
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
modules_idl_files = [
"gpu.idl",
"gpu_adapter.idl",
"gpu_bind_group.idl",
"gpu_bind_group_layout.idl",
"gpu_buffer.idl",
"gpu_buffer_usage.idl",
"gpu_canvas_context.idl",
"gpu_color_write.idl",
"gpu_command_buffer.idl",
"gpu_command_encoder.idl",
"gpu_compute_pass_encoder.idl",
"gpu_compute_pipeline.idl",
"gpu_device.idl",
"gpu_device_lost_info.idl",
"gpu_fence.idl",
"gpu_map_mode.idl",
"gpu_out_of_memory_error.idl",
"gpu_pipeline_layout.idl",
"gpu_query_set.idl",
"gpu_queue.idl",
"gpu_render_bundle.idl",
"gpu_render_bundle_encoder.idl",
"gpu_render_pass_encoder.idl",
"gpu_render_pipeline.idl",
"gpu_sampler.idl",
"gpu_shader_module.idl",
"gpu_shader_stage.idl",
"gpu_swap_chain.idl",
"gpu_texture.idl",
"gpu_texture_usage.idl",
"gpu_texture_view.idl",
"gpu_uncaptured_error_event.idl",
"gpu_validation_error.idl",
]
modules_dictionary_idl_files = [
"gpu_bind_group_descriptor.idl",
"gpu_bind_group_entry.idl",
"gpu_bind_group_layout_descriptor.idl",
"gpu_bind_group_layout_entry.idl",
"gpu_blend_state.idl",
"gpu_buffer_binding.idl",
"gpu_buffer_binding_layout.idl",
"gpu_buffer_descriptor.idl",
"gpu_color_dict.idl",
"gpu_color_target_state.idl",
"gpu_command_buffer_descriptor.idl",
"gpu_command_encoder_descriptor.idl",
"gpu_compute_pass_descriptor.idl",
"gpu_compute_pipeline_descriptor.idl",
"gpu_depth_stencil_state.idl",
"gpu_device_descriptor.idl",
"gpu_extent_3d_dict.idl",
"gpu_fence_descriptor.idl",
"gpu_image_copy_buffer.idl",
"gpu_image_copy_image_bitmap.idl",
"gpu_image_copy_texture.idl",
"gpu_image_data_layout.idl",
"gpu_limits.idl",
"gpu_object_descriptor_base.idl",
"gpu_origin_2d_dict.idl",
"gpu_origin_3d_dict.idl",
"gpu_pipeline_descriptor_base.idl",
"gpu_pipeline_layout_descriptor.idl",
"gpu_programmable_stage.idl",
"gpu_query_set_descriptor.idl",
"gpu_rasterization_state_descriptor.idl",
"gpu_render_bundle_descriptor.idl",
"gpu_render_bundle_encoder_descriptor.idl",
"gpu_render_pass_color_attachment_descriptor.idl",
"gpu_render_pass_depth_stencil_attachment_descriptor.idl",
"gpu_render_pass_descriptor.idl",
"gpu_render_pipeline_descriptor.idl",
"gpu_request_adapter_options.idl",
"gpu_sampler_binding_layout.idl",
"gpu_sampler_descriptor.idl",
"gpu_shader_module_descriptor.idl",
"gpu_stencil_face_state.idl",
"gpu_storage_texture_binding_layout.idl",
"gpu_swap_chain_descriptor.idl",
"gpu_texture_binding_layout.idl",
"gpu_texture_descriptor.idl",
"gpu_texture_view_descriptor.idl",
"gpu_uncaptured_error_event_init.idl",
"gpu_vertex_attribute_descriptor.idl",
"gpu_vertex_buffer_layout_descriptor.idl",
"gpu_vertex_state_descriptor.idl",
]
modules_dependency_idl_files = [
"gpu_object_base.idl",
"gpu_pipeline_base.idl",
"gpu_programmable_pass_encoder.idl",
"gpu_render_encoder_base.idl",
"navigator_gpu.idl",
"worker_navigator_gpu.idl",
]