1// GENERATED FILE - DO NOT EDIT.
2// Generated by gen_vk_internal_shaders.py.
3//
4// Copyright 2018 The ANGLE Project Authors. All rights reserved.
5// Use of this source code is governed by a BSD-style license that can be
6// found in the LICENSE file.
7//
8// shaders/gen/ImageClear.frag.00000007.inc:
9//   Pre-generated shader for the ANGLE Vulkan back-end.
10
11#pragma once
12constexpr uint8_t kImageClear_frag_00000007[] = {
13    0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x02,0xff,0x4d,0x50,0xcb,0x4a,0x03,0x41,
14    0x10,0xac,0xcc,0x98,0xd9,0xec,0xc3,0x6c,0x92,0x75,0xa3,0xa7,0x10,0xc9,0x51,0x08,
15    0x1e,0x54,0x02,0x41,0xc1,0x93,0x1e,0x72,0xf3,0x0b,0x04,0x2f,0x1e,0xf4,0xa2,0x1f,
16    0xef,0x45,0xb0,0x6a,0xb6,0x84,0x0c,0xf4,0x74,0x77,0x75,0xf5,0x33,0x86,0x4d,0x01,
17    0x8c,0x50,0x61,0x82,0x0b,0x0c,0x6f,0x8e,0x40,0x04,0xa8,0x91,0xb2,0x7e,0x3a,0xbc,
18    0x1c,0xb6,0x5f,0xdf,0x6f,0xdb,0x9b,0xdb,0x6b,0xc5,0xa7,0x88,0x99,0xa7,0x58,0x8b,
19    0x02,0x27,0xd4,0x92,0x8f,0xd7,0xf7,0x4f,0xe1,0x25,0xa5,0xa3,0xcc,0xc8,0x13,0x5e,
20    0x1c,0xd9,0x8d,0xea,0xd1,0x12,0x67,0x45,0x51,0xa5,0x67,0x8c,0xd9,0x7f,0x78,0x1b,
21    0xeb,0x7f,0x6c,0x64,0x6c,0x96,0xf3,0x62,0xc6,0x82,0x6b,0x74,0x79,0x46,0x60,0x99,
22    0xfb,0x85,0x8c,0x5f,0x92,0x13,0xcd,0x59,0xd2,0x4a,0xd4,0x6b,0xca,0x39,0xf9,0x9a,
23    0x23,0x79,0xd6,0x35,0xff,0x89,0xfb,0x0b,0xdf,0xdb,0x2f,0x8d,0xad,0xe8,0x57,0x8e,
24    0x25,0xf3,0x6b,0xc7,0x2b,0xf3,0x6b,0xef,0x23,0xac,0xa7,0x7f,0xea,0x5e,0x9a,0xf9,
25    0xca,0xfe,0xd4,0xfb,0x28,0xbf,0x35,0xb7,0xb0,0xbf,0x70,0xaf,0xe4,0x7a,0x0b,0xdf,
26    0x2d,0x1e,0xe5,0x9f,0xb9,0x9e,0xf8,0xbd,0xf3,0xc5,0xbf,0xe3,0x7d,0x82,0x77,0x81,
27    0x73,0x7e,0x88,0x8c,0xa9,0x1f,0xf9,0xb7,0xbe,0x59,0xe3,0x19,0xee,0xbd,0xff,0xdc,
28    0xf8,0x03,0x33,0x4a,0xfb,0xe2,0xf7,0xbe,0x63,0xe3,0x9e,0xe2,0xa7,0x7c,0xb7,0x01,
29    0x17,0xbf,0xb3,0xff,0xcb,0x89,0x76,0x94,0x3f,0x33,0xdf,0x33,0x5d,0x3c,0x02,0x00,
30    0x00
31};
32
33// Generated from:
34//
35// #version 450 core
36//
37// layout(push_constant)uniform PushConstants {
38//        vec4 clearColor;
39//     float clearDepth;
40// } params;
41//
42// layout(location = 3)out vec4 colorOut;
43//
44// void main()
45// {
46//     colorOut = params . clearColor;
47//
48//     gl_FragDepth = params . clearDepth;
49//
50// }
51