blob: 941719b756e6121c97103f28edf420da19675ed9 [file] [log] [blame]
// GENERATED FILE - DO NOT EDIT.
// Generated by gen_vk_internal_shaders.py.
//
// Copyright 2018 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// shaders/gen/ImageClear.frag.00000026.inc:
// Pre-generated shader for the ANGLE Vulkan back-end.
#pragma once
constexpr uint8_t kImageClear_frag_00000026[] = {
0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x02,0xff,0x35,0x90,0x41,0x0f,0xc1,0x40,
0x10,0x85,0x47,0xab,0xa5,0x2d,0x5a,0x1a,0xdc,0xa4,0xd2,0xa3,0xa4,0x71,0x40,0x24,
0x42,0xe2,0xc4,0xa1,0x37,0xbf,0x40,0xe2,0xe2,0xc0,0x85,0x1f,0xef,0x22,0xf1,0xde,
0xf6,0xd9,0x64,0x66,0x3a,0xdf,0xce,0x9b,0x99,0xad,0xef,0x95,0x1d,0xb3,0x96,0xc5,
0xd6,0xb5,0xdc,0x9a,0x33,0x34,0x0f,0xc4,0x2c,0xb1,0xd0,0xc5,0x53,0x7d,0xa9,0xab,
0xd7,0xfb,0x56,0xad,0xd6,0x4b,0xde,0x0f,0xcc,0x77,0x75,0xbc,0x4b,0x51,0xd3,0x46,
0xa4,0x3d,0xae,0xf7,0x27,0x79,0x04,0xcb,0x50,0x43,0xd6,0xa1,0x1e,0x5f,0x64,0x33,
0x18,0x95,0x67,0x0b,0xd0,0xbb,0x39,0xa5,0xe2,0x9f,0xb5,0xc4,0x32,0xa7,0xf3,0x1d,
0xf3,0x60,0x39,0x3c,0xe3,0x1c,0xcc,0x17,0x1b,0xa3,0x6f,0x88,0x58,0xa8,0xc7,0x14,
0x39,0xe7,0x85,0xda,0xa7,0x80,0xef,0x6a,0x26,0xf9,0x4e,0x79,0x24,0x36,0x81,0x8f,
0xa5,0x9f,0xe1,0x2e,0x51,0x5d,0x2c,0x6d,0x4f,0xb5,0x89,0xb4,0xcc,0xfb,0x62,0x9c,
0x3d,0x90,0x96,0x3b,0x2f,0x94,0xa7,0xda,0x85,0xfa,0x4c,0xb5,0xec,0xb9,0xc1,0xfb,
0x3c,0xed,0x65,0x9a,0xff,0x01,0x09,0x10,0x8f,0xf0,0x99,0xfb,0xef,0x4d,0x7f,0xf6,
0xd8,0xeb,0x2d,0x23,0xf1,0x03,0x14,0x91,0xf2,0x2f,0x26,0x6e,0x61,0x3f,0xf3,0x53,
0x75,0x9b,0xbc,0x01,0x00,0x00
};
// Generated from:
//
// #version 450 core
//
// layout(push_constant)uniform PushConstants {
// uvec4 clearColor;
// float clearDepth;
// } params;
//
// layout(location = 3)out uvec4 colorOut;
//
// void main()
// {
// colorOut = params . clearColor;
//
// }