forked from googlesamples/vulkan-basic-samples
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.gradle
More file actions
60 lines (58 loc) · 2.83 KB
/
settings.gradle
File metadata and controls
60 lines (58 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
// Copyright 2016 Google Inc. All rights reserved.
//
// 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.
// configure path to the source code generated on your machine
include 'API-Samples/android/:01-init_instance'
include 'API-Samples/android/:02-enumerate_devices'
include 'API-Samples/android/:03-init_device'
include 'API-Samples/android/:04-init_command_buffer'
include 'API-Samples/android/:05-init_swapchain'
include 'API-Samples/android/:06-init_depth_buffer'
include 'API-Samples/android/:07-init_uniform_buffer'
include 'API-Samples/android/:08-init_pipeline_layout'
include 'API-Samples/android/:09-init_descriptor_set'
include 'API-Samples/android/:10-init_render_pass'
include 'API-Samples/android/:11-init_shaders'
include 'API-Samples/android/:12-init_frame_buffers'
include 'API-Samples/android/:13-init_vertex_buffer'
include 'API-Samples/android/:14-init_pipeline'
include 'API-Samples/android/:15-draw_cube'
include 'API-Samples/android/:enumerate_devices_adv'
include 'API-Samples/android/:init_texture'
include 'API-Samples/android/:multithreaded_command_buffers'
include 'API-Samples/android/:draw_textured_cube'
include 'API-Samples/android/:dynamic_uniform'
include 'API-Samples/android/:texel_buffer'
include 'API-Samples/android/:events'
include 'API-Samples/android/:instance_layer_properties'
include 'API-Samples/android/:instance_extension_properties'
include 'API-Samples/android/:instance_layer_extension_properties'
include 'API-Samples/android/:create_debug_report_callback'
include 'API-Samples/android/:enable_validation_with_callback'
include 'API-Samples/android/:multiple_sets'
include 'API-Samples/android/:copy_blit_image'
include 'API-Samples/android/:template'
include 'API-Samples/android/:separate_image_sampler'
include 'API-Samples/android/:input_attachment'
include 'API-Samples/android/:occlusion_query'
include 'API-Samples/android/:pipeline_cache'
include 'API-Samples/android/:pipeline_derivative'
include 'API-Samples/android/:immutable_sampler'
include 'API-Samples/android/:push_constants'
include 'API-Samples/android/:push_constants'
include 'API-Samples/android/:push_descriptors'
include 'API-Samples/android/:draw_subpasses'
include 'API-Samples/android/:secondary_command_buffer'
include 'API-Samples/android/:spirv_assembly'
include 'API-Samples/android/:spirv_specialization'
include 'API-Samples/android/:memory_barriers'