|
ReactOS 0.4.17-dev-934-g091855f
|
#include <vkd3d_shader.h>

Public Attributes | |
| enum vkd3d_shader_compile_option_name | name |
| unsigned int | value |
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.
| enum vkd3d_shader_compile_option_name vkd3d_shader_compile_option::name |
Name of the option.
Definition at line 373 of file vkd3d_shader.h.
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.