haiku/headers/private/graphics/nvidia/nv_acc.h

29 lines
416 B
C
Raw Normal View History

/*
definitions for used nVidia acceleration engine commands.
Written by Rudolf Cornelissen 12/2004
*/
#ifndef NV_ACC_H
#define NV_ACC_H
typedef struct {
} cmd_nv_rop5_solid;
typedef struct {
} cmd_nv_image_black_rectangle;
typedef struct {
} cmd_nv_image_pattern;
typedef struct {
} cmd_nv_image_blit;
typedef struct {
} cmd_nv3_gdi_rectangle_text;
typedef struct {
} cmd_nv_dx5_texture_triangle;
#endif