arsa  2.7
Public Member Functions | Public Attributes | List of all members
irr::scene::quake3::SBlendFunc Struct Reference

A blend function for a q3 shader. More...

#include <IQ3Shader.h>

Public Member Functions

 SBlendFunc (video::E_MODULATE_FUNC mod)
 

Public Attributes

video::E_MATERIAL_TYPE type
 
video::E_MODULATE_FUNC modulate
 
f32 param0
 
u32 isTransparent
 

Detailed Description

A blend function for a q3 shader.

Definition at line 156 of file IQ3Shader.h.

Constructor & Destructor Documentation

◆ SBlendFunc()

irr::scene::quake3::SBlendFunc::SBlendFunc ( video::E_MODULATE_FUNC  mod)
inline

Definition at line 158 of file IQ3Shader.h.

159  : type ( video::EMT_SOLID ), modulate ( mod ),
160  param0( 0.f ),
161  isTransparent ( 0 ) {}
video::E_MODULATE_FUNC modulate
Definition: IQ3Shader.h:164
video::E_MATERIAL_TYPE type
Definition: IQ3Shader.h:163
GLfloat f
Standard solid material.

Member Data Documentation

◆ isTransparent

u32 irr::scene::quake3::SBlendFunc::isTransparent

Definition at line 167 of file IQ3Shader.h.

◆ modulate

video::E_MODULATE_FUNC irr::scene::quake3::SBlendFunc::modulate

Definition at line 164 of file IQ3Shader.h.

◆ param0

f32 irr::scene::quake3::SBlendFunc::param0

Definition at line 166 of file IQ3Shader.h.

◆ type

video::E_MATERIAL_TYPE irr::scene::quake3::SBlendFunc::type

Definition at line 163 of file IQ3Shader.h.


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