ReactOS 0.4.15-dev-7942-gd23573b
target_info Struct Reference
Collaboration diagram for target_info:

Public Attributes

const charname
 
enum shader_type type
 
DWORD sm_major
 
DWORD sm_minor
 
DWORD level_major
 
DWORD level_minor
 
BOOL sw
 
BOOL support
 

Detailed Description

Definition at line 657 of file compiler.c.

Member Data Documentation

◆ level_major

DWORD target_info::level_major

Definition at line 662 of file compiler.c.

◆ level_minor

DWORD target_info::level_minor

Definition at line 663 of file compiler.c.

◆ name

const char* target_info::name

Definition at line 658 of file compiler.c.

◆ sm_major

DWORD target_info::sm_major

Definition at line 660 of file compiler.c.

◆ sm_minor

DWORD target_info::sm_minor

Definition at line 661 of file compiler.c.

◆ support

BOOL target_info::support

Definition at line 665 of file compiler.c.

◆ sw

BOOL target_info::sw

Definition at line 664 of file compiler.c.

◆ type

enum shader_type target_info::type

Definition at line 659 of file compiler.c.

Referenced by handle_getattr(), and handle_open().


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