ReactOS 0.4.17-dev-934-g091855f
vkd3d_shader_compile_option Struct Reference

#include <vkd3d_shader.h>

Collaboration diagram for vkd3d_shader_compile_option:

Public Attributes

enum vkd3d_shader_compile_option_name name
 
unsigned int value
 

Detailed Description

Various settings which may affect shader compilation or scanning, passed as part of struct vkd3d_shader_compile_info. For more details, see the documentation for individual options.

Definition at line 370 of file vkd3d_shader.h.

Member Data Documentation

◆ name

enum vkd3d_shader_compile_option_name vkd3d_shader_compile_option::name

Name of the option.

Definition at line 373 of file vkd3d_shader.h.

◆ value

unsigned int vkd3d_shader_compile_option::value

A value associated with the option. The type and interpretation of the value depends on the option in question.

Definition at line 378 of file vkd3d_shader.h.


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