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.00000027.inc:
9//   Pre-generated shader for the ANGLE Vulkan back-end.
10
11#pragma once
12constexpr uint8_t kImageClear_frag_00000027[] = {
13    0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x02,0xff,0x4d,0x51,0x4d,0x4f,0xc2,0x40,
14    0x14,0x1c,0xba,0xd0,0xd2,0x16,0xa1,0xda,0x0f,0xf1,0x42,0x30,0x1c,0x4d,0x88,0x07,
15    0x21,0x26,0x46,0x13,0x4f,0x7a,0xe0,0xe6,0x2f,0x20,0xe1,0xc2,0x41,0x2f,0xf2,0xe3,
16    0xbd,0x98,0x38,0xb3,0x1d,0x13,0x36,0x79,0xfb,0xf6,0xcd,0xce,0xbc,0x37,0xdd,0x86,
17    0x64,0x95,0x01,0x03,0x14,0x18,0xe3,0x06,0xfd,0xba,0x44,0x42,0x04,0x28,0x91,0xc6,
18    0xfc,0xb6,0xfb,0xd8,0xad,0xbf,0x4f,0x87,0xf5,0xc3,0xe6,0x5e,0xf7,0x53,0x84,0xc8,
19    0xd3,0xdd,0x0c,0x19,0x86,0xcc,0x8a,0xcf,0xfd,0xf1,0x4b,0x78,0xce,0x68,0x18,0x15,
20    0x79,0xc2,0xb3,0xb3,0xf3,0x44,0xfd,0x78,0x12,0x67,0xc1,0x50,0xa7,0x77,0x8c,0x38,
21    0xab,0x5f,0x2b,0xe7,0x7f,0x6c,0x60,0xac,0x8a,0xba,0x10,0xb1,0xc4,0x3d,0x9a,0xe8,
22    0x11,0xe8,0x18,0x35,0x51,0xe1,0xb7,0xe4,0x04,0x73,0x5a,0x72,0x52,0xe6,0xa5,0x7b,
23    0x5e,0xb3,0x96,0x97,0xd4,0x7e,0x97,0xdc,0xc7,0xf6,0x20,0xfc,0xc9,0x75,0x6e,0xac,
24    0xe3,0x5e,0x58,0xbf,0xe0,0x5d,0x69,0x5e,0x61,0xed,0xc4,0xdc,0xd2,0x5a,0xd5,0x17,
25    0xc6,0x34,0x7b,0x6a,0xad,0xbe,0xe1,0xce,0xf5,0xcc,0x5e,0xa4,0xaf,0xcc,0xcd,0x5c,
26    0xd7,0x9e,0x5b,0xb8,0x5f,0xed,0x77,0x0c,0x67,0xfa,0xd6,0xfd,0xc4,0xef,0xac,0x17,
27    0x7f,0xcb,0xf7,0x4a,0xfc,0x5d,0xb0,0xe6,0x87,0xc8,0x88,0xf9,0x95,0x7b,0x15,0xff,
28    0x6b,0xef,0x4f,0x1e,0x9e,0xfd,0x16,0x57,0xc6,0x5f,0xa8,0xc8,0x5d,0x8b,0xdf,0xc5,
29    0xf7,0xea,0xf9,0xad,0xf9,0x9a,0x33,0x37,0x2e,0x7e,0xe3,0xfa,0x97,0x8e,0x1e,0x19,
30    0x7f,0xf5,0x85,0x39,0xca,0x4c,0x02,0x00,0x00
31};
32
33// Generated from:
34//
35// #version 450 core
36//
37// layout(push_constant)uniform PushConstants {
38//        uvec4 clearColor;
39//     float clearDepth;
40// } params;
41//
42// layout(location = 3)out uvec4 colorOut;
43//
44// void main()
45// {
46//     colorOut = params . clearColor;
47//
48//     gl_FragDepth = params . clearDepth;
49//
50// }
51