ReactOS 0.4.17-dev-934-g091855f
vkd3d_spirv_declaration Struct Reference
Collaboration diagram for vkd3d_spirv_declaration:

Public Attributes

struct rb_entry entry
 
SpvOp op
 
unsigned int parameter_count
 
uint32_t parameters [MAX_SPIRV_DECLARATION_PARAMETER_COUNT]
 
uint32_t id
 

Detailed Description

Definition at line 554 of file spirv.c.

Member Data Documentation

◆ entry

struct rb_entry vkd3d_spirv_declaration::entry

Definition at line 556 of file spirv.c.

◆ id

uint32_t vkd3d_spirv_declaration::id

Definition at line 561 of file spirv.c.

◆ op

SpvOp vkd3d_spirv_declaration::op

Definition at line 558 of file spirv.c.

◆ parameter_count

unsigned int vkd3d_spirv_declaration::parameter_count

Definition at line 559 of file spirv.c.

◆ parameters

uint32_t vkd3d_spirv_declaration::parameters[MAX_SPIRV_DECLARATION_PARAMETER_COUNT]

Definition at line 560 of file spirv.c.


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