ReactOS 0.4.17-dev-934-g091855f
vkd3d_shader_param_allocator Struct Reference

#include <vkd3d_shader_private.h>

Collaboration diagram for vkd3d_shader_param_allocator:

Public Attributes

struct vkd3d_shader_param_node * head
 
struct vkd3d_shader_param_node * current
 
unsigned int count
 
unsigned int stride
 
unsigned int index
 

Detailed Description

Definition at line 1340 of file vkd3d_shader_private.h.

Member Data Documentation

◆ count

unsigned int vkd3d_shader_param_allocator::count

Definition at line 1344 of file vkd3d_shader_private.h.

◆ current

struct vkd3d_shader_param_node* vkd3d_shader_param_allocator::current

Definition at line 1343 of file vkd3d_shader_private.h.

◆ head

struct vkd3d_shader_param_node* vkd3d_shader_param_allocator::head

Definition at line 1342 of file vkd3d_shader_private.h.

◆ index

unsigned int vkd3d_shader_param_allocator::index

Definition at line 1346 of file vkd3d_shader_private.h.

◆ stride

unsigned int vkd3d_shader_param_allocator::stride

Definition at line 1345 of file vkd3d_shader_private.h.


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