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