psl1ght
A free SDK for Sony's PS3 console
Data Fields
rsx_const Struct Reference

Program const data structure. More...

#include <rsx_program.h>

Data Fields

u32 name_off
 offset of name.
 
u32 index
 program const id.
 
u8 type
 program const type.
 
u8 is_internal
 internal flag.
 
u8 count
 number of elements in the const.
 
u8 _pad0
 unused padding byte, most be 0.
 
union {
   u32   u
 integer value.
 
   f32   f
 float value.
 
values [4]
 array of element values. More...
 

Detailed Description

Program const data structure.

Field Documentation

◆ values

union { ... } rsx_const::values[4]

array of element values.

Number of elements is in the count field.


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