blob: 825a8d7c2acfafdbc64070e4975e705e2e9b9dc6 [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/ExportStencil.frag.00000000.inc:
// Pre-generated shader for the ANGLE Vulkan back-end.
#pragma once
constexpr uint8_t kExportStencil_frag_00000000[] = {
0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x02,0xff,0x5d,0x52,0xbb,0x4e,0x03,0x31,
0x10,0xdc,0xf8,0x12,0x27,0xe4,0xc8,0x1d,0x09,0x90,0x10,0x1e,0x97,0x23,0xd7,0x20,
0x81,0x22,0x0a,0x40,0x48,0x88,0x82,0x0a,0x8a,0x34,0x88,0x2f,0x00,0xd1,0x50,0x40,
0x13,0xbe,0x8a,0xcf,0xa0,0xe1,0x93,0x40,0x08,0x24,0x66,0xec,0x09,0x0a,0xec,0xc9,
0xb7,0xbb,0xe3,0xdd,0xf1,0xac,0xe5,0xc4,0x55,0x4d,0xb3,0x9a,0xb5,0xad,0x65,0x95,
0x45,0xeb,0x9a,0x03,0x12,0xfd,0x1e,0x7c,0x6a,0x3e,0xe4,0x97,0xd3,0x9b,0xe9,0x64,
0xf6,0x7c,0x3f,0x39,0x3a,0x3e,0x64,0x5d,0x66,0x49,0xa8,0xe7,0x5e,0x6e,0x0d,0xab,
0xc3,0x73,0x3d,0xde,0x3e,0x3c,0x11,0x5f,0xc1,0x3e,0xf3,0x26,0x7b,0x11,0xa5,0xf0,
0x63,0x9d,0x31,0xcf,0x77,0xff,0xe5,0xfb,0xca,0xaf,0xc0,0xd7,0x57,0x5c,0xfd,0xd6,
0x24,0x01,0x73,0x58,0xab,0xf8,0xbb,0xd0,0x9f,0x04,0x15,0x8c,0xd7,0xc1,0xe1,0xe1,
0x4b,0xd5,0x0f,0x6d,0x09,0x9f,0x05,0xcc,0xdb,0x5f,0x73,0xf2,0x25,0x7a,0xda,0x8a,
0x59,0x7b,0xa6,0x3c,0x15,0x46,0xce,0x8e,0x38,0x6b,0x41,0x5f,0xcc,0x33,0xed,0x0f,
0x90,0xe7,0xf0,0x1d,0x71,0x1e,0x40,0x77,0x1e,0x66,0x8f,0x35,0x99,0x6a,0xba,0xd2,
0x50,0x17,0x87,0x0f,0x33,0x44,0x2b,0x34,0x97,0x97,0x9e,0x81,0xb4,0xf4,0xa5,0x87,
0xf9,0x86,0x30,0xee,0x0f,0x15,0xfb,0x05,0xae,0x1d,0xe9,0x5b,0x83,0x8a,0x11,0xfc,
0x09,0x74,0x38,0x9d,0x47,0xe3,0x1d,0x7d,0x00,0x69,0xc0,0x9f,0x03,0x65,0xff,0xb2,
0xe6,0xbc,0x03,0x4a,0x7d,0x3d,0x61,0xd4,0x7e,0x0d,0xcc,0x07,0xbe,0x88,0xd3,0x2e,
0x80,0xf1,0xec,0x4d,0xe9,0xc9,0xc4,0xc5,0xba,0x2d,0xe1,0xaf,0xea,0xdb,0x56,0x2f,
0xf1,0x37,0x61,0x85,0x70,0x6a,0x7d,0x01,0x36,0xd2,0xbd,0x16,0xba,0x8b,0x77,0xa8,
0x9c,0xbf,0x8f,0x4f,0xf0,0x96,0x7a,0x1f,0x63,0x69,0x67,0xfc,0x85,0x29,0x19,0x13,
0xfb,0x46,0x7c,0x8a,0xf5,0x03,0xde,0x3a,0x4c,0x4d,0xc4,0x02,0x00,0x00
};
// Generated from:
//
// #version 450 core
//
// layout(input_attachment_index = 0, set = 0, binding = 0)uniform usubpassInput stencilIn;
//
// layout(push_constant)uniform PushConstants {
// uint bit;
// } params;
//
// void main()
// {
// uint stencilValue = subpassLoad(stencilIn). x;
// if((stencilValue >> params . bit & 1u)== 0)
// {
// discard;
// }
// }