psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
commands.h
Go to the documentation of this file.
1
7#ifndef __RSX_COMMANDS_H__
8#define __RSX_COMMANDS_H__
9
10#include <rsx/gcm_sys.h>
11#include <rsx/rsx_program.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17#define RSX_INTERNAL 0
18
19#define RSX_UNSAFE 1
20#define RSX_FUNCTION_MACROS
22#include <rsx/commands_inc.h>
23#undef RSX_FUNCTION_MACROS
25#undef RSX_UNSAFE
26
27#define RSX_UNSAFE 0
28#define RSX_FUNCTION_MACROS
30#include <rsx/commands_inc.h>
31#undef RSX_FUNCTION_MACROS
33#undef RSX_UNSAFE
34
35#undef RSX_INTERNAL
36
37#ifdef __cplusplus
38 }
39#endif
40
41#endif
RSX low level management.
RSX shader programming management.