1 /* 2 * Copyright 2024 Valve Corporation 3 * SPDX-License-Identifier: MIT 4 */ 5 #include "libagx.h" 6 7 #pragma once 8 9 struct libagx_predicate_indirect_push { 10 GLOBAL(uint32_t) out; 11 CONSTANT(uint32_t) in; 12 CONSTANT(uint32_t) draw_count; 13 uint32_t stride_el; 14 }; 15