ReactOS 0.4.17-dev-934-g091855f
hlsl_profile_info Struct Reference

#include <hlsl.h>

Collaboration diagram for hlsl_profile_info:

Public Attributes

const char * name
 
enum vkd3d_shader_type type
 
unsigned int major_version
 
unsigned int minor_version
 
unsigned int major_level
 
unsigned int minor_level
 
bool software
 

Detailed Description

Definition at line 967 of file hlsl.h.

Member Data Documentation

◆ major_level

unsigned int hlsl_profile_info::major_level

Definition at line 973 of file hlsl.h.

◆ major_version

unsigned int hlsl_profile_info::major_version

Definition at line 971 of file hlsl.h.

◆ minor_level

unsigned int hlsl_profile_info::minor_level

Definition at line 974 of file hlsl.h.

◆ minor_version

unsigned int hlsl_profile_info::minor_version

Definition at line 972 of file hlsl.h.

◆ name

const char* hlsl_profile_info::name

Definition at line 969 of file hlsl.h.

◆ software

bool hlsl_profile_info::software

Definition at line 975 of file hlsl.h.

◆ type

enum vkd3d_shader_type hlsl_profile_info::type

Definition at line 970 of file hlsl.h.

Referenced by hlsl_new_compile().


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