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

Public Attributes

struct list entry
 
size_t location
 
size_t word_count
 
uint32_t words []
 

Detailed Description

Definition at line 275 of file spirv.c.

Member Data Documentation

◆ entry

struct list vkd3d_spirv_chunk::entry

Definition at line 277 of file spirv.c.

◆ location

size_t vkd3d_spirv_chunk::location

Definition at line 278 of file spirv.c.

◆ word_count

size_t vkd3d_spirv_chunk::word_count

Definition at line 279 of file spirv.c.

Referenced by vkd3d_spirv_stream_append(), and vkd3d_spirv_stream_insert().

◆ words

uint32_t vkd3d_spirv_chunk::words[]

Definition at line 280 of file spirv.c.

Referenced by vkd3d_spirv_stream_insert().


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