ReactOS 0.4.17-dev-934-g091855f
vkd3d_shader_instruction_array Struct Reference

#include <vkd3d_shader_private.h>

Collaboration diagram for vkd3d_shader_instruction_array:

Public Attributes

struct vkd3d_shader_instruction * elements
 
size_t capacity
 
size_t count
 
struct vkd3d_shader_param_allocator src_params
 
struct vkd3d_shader_param_allocator dst_params
 
struct vkd3d_shader_immediate_constant_buffer ** icbs
 
size_t icb_capacity
 
size_t icb_count
 
struct vkd3d_shader_src_param * outpointid_param
 

Detailed Description

Definition at line 1365 of file vkd3d_shader_private.h.

Member Data Documentation

◆ capacity

size_t vkd3d_shader_instruction_array::capacity

Definition at line 1368 of file vkd3d_shader_private.h.

Referenced by shader_instruction_array_reserve().

◆ count

◆ dst_params

◆ elements

◆ icb_capacity

size_t vkd3d_shader_instruction_array::icb_capacity

Definition at line 1374 of file vkd3d_shader_private.h.

Referenced by shader_instruction_array_add_icb().

◆ icb_count

size_t vkd3d_shader_instruction_array::icb_count

◆ icbs

struct vkd3d_shader_immediate_constant_buffer** vkd3d_shader_instruction_array::icbs

◆ outpointid_param

struct vkd3d_shader_src_param* vkd3d_shader_instruction_array::outpointid_param

Definition at line 1377 of file vkd3d_shader_private.h.

Referenced by vsir_program_create_outpointid_param().

◆ src_params


The documentation for this struct was generated from the following file: