|
typedef struct SDL_GPUDevice SDL_GPUDevice;
|
|
|
|
typedef enum SDL_GPUPrimitiveType {
|
|
SDL_GPU_PRIMITIVETYPE_TRIANGLELIST,
|
|
SDL_GPU_PRIMITIVETYPE_TRIANGLESTRIP,
|
|
} SDL_GPUPrimitiveType;
|
|
|
|
extern SDL_DECLSPEC SDL_GPUDevice* SDLCALL SDL_CreateGPUDevice(bool debug_mode);
|