• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.00000002.inc:
9//   Pre-generated shader for the ANGLE Vulkan back-end.
10
11#pragma once
12constexpr uint8_t kImageClear_frag_00000002[] = {
13    0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x02,0xff,0x35,0x8f,0x3d,0x0b,0xc2,0x40,
14    0x0c,0x86,0xd3,0x9e,0xbd,0x7e,0xda,0x0f,0x45,0xdd,0x4a,0xa5,0xa3,0x50,0x1c,0x54,
15    0x04,0x51,0x70,0xd2,0xa1,0x9b,0xbf,0x40,0x70,0x71,0xd0,0x45,0x7f,0xbc,0x8b,0xe0,
16    0x9b,0xf6,0xf5,0x20,0x79,0x2f,0x4f,0x92,0x4b,0xce,0xb8,0xb5,0x2f,0xe2,0x48,0x24,
17    0x81,0x8c,0xa4,0x3f,0x85,0xb8,0x20,0x22,0xb1,0xd8,0x4e,0x4f,0xed,0xa5,0x6d,0x5e,
18    0xef,0x5b,0xb3,0x5a,0x2f,0x35,0x9f,0x8a,0xe9,0xea,0x34,0x97,0xa1,0x66,0x00,0x55,
19    0x7b,0x5c,0xef,0x4f,0xe5,0x21,0x2c,0x47,0x8d,0x32,0x5f,0xfb,0x71,0x53,0x56,0xb2,
20    0xe7,0x2c,0x1e,0xe6,0xf5,0xa7,0xa6,0xfe,0x99,0x43,0x96,0x77,0x7d,0xa6,0x63,0x2e,
21    0x6c,0x0c,0xaf,0x3a,0x07,0x33,0x64,0x53,0xdc,0x2c,0xb4,0x82,0xcd,0x30,0x43,0x67,
22    0x59,0xee,0x52,0xc1,0x07,0x50,0xc3,0x1d,0x76,0x8c,0x43,0xb2,0x12,0x71,0xc4,0x9c,
23    0x65,0x7d,0xcc,0x7c,0xc4,0x7a,0x8d,0x13,0xb2,0x09,0xe2,0x21,0x67,0xe9,0x8e,0x0b,
24    0xc6,0x29,0xf7,0xd7,0xfe,0x8c,0xb5,0xfa,0xe6,0x06,0xff,0x71,0xb9,0x8b,0x70,0xe6,
25    0x07,0xc4,0x83,0x1e,0xe1,0x33,0xfe,0x31,0xe1,0x1b,0x7b,0xee,0x5f,0x90,0x1f,0xd0,
26    0x11,0x32,0xfe,0x62,0xe2,0x16,0xf6,0x03,0xa9,0x06,0xee,0xf1,0xac,0x01,0x00,0x00
27};
28
29// Generated from:
30//
31// #version 450 core
32//
33// layout(push_constant)uniform PushConstants {
34//        vec4 clearColor;
35//     float clearDepth;
36// } params;
37//
38// layout(location = 1)out vec4 colorOut;
39//
40// void main()
41// {
42//     colorOut = params . clearColor;
43//
44// }
45