ReactOS 0.4.17-dev-934-g091855f
vkd3d_shader_indexable_temp Struct Reference

#include <vkd3d_shader_private.h>

Collaboration diagram for vkd3d_shader_indexable_temp:

Public Attributes

unsigned int register_idx
 
unsigned int register_size
 
unsigned int alignment
 
enum vkd3d_data_type data_type
 
unsigned int component_count
 
bool has_function_scope
 
const struct vkd3d_shader_immediate_constant_buffer * initialiser
 

Detailed Description

Definition at line 922 of file vkd3d_shader_private.h.

Member Data Documentation

◆ alignment

unsigned int vkd3d_shader_indexable_temp::alignment

Definition at line 926 of file vkd3d_shader_private.h.

◆ component_count

unsigned int vkd3d_shader_indexable_temp::component_count

Definition at line 928 of file vkd3d_shader_private.h.

◆ data_type

enum vkd3d_data_type vkd3d_shader_indexable_temp::data_type

Definition at line 927 of file vkd3d_shader_private.h.

◆ has_function_scope

bool vkd3d_shader_indexable_temp::has_function_scope

Definition at line 929 of file vkd3d_shader_private.h.

◆ initialiser

const struct vkd3d_shader_immediate_constant_buffer* vkd3d_shader_indexable_temp::initialiser

Definition at line 930 of file vkd3d_shader_private.h.

◆ register_idx

unsigned int vkd3d_shader_indexable_temp::register_idx

Definition at line 924 of file vkd3d_shader_private.h.

◆ register_size

unsigned int vkd3d_shader_indexable_temp::register_size

Definition at line 925 of file vkd3d_shader_private.h.


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