ObjectivelyGPU
Object oriented graphics framework for SDL3 and C
Loading...
Searching...
No Matches
CopyPass.h File Reference

CopyPass wraps an SDL_GPUCopyPass for uploading and copying GPU resources. More...

#include <Objectively/Object.h>
#include <ObjectivelyGPU/Types.h>

Go to the source code of this file.

Data Structures

struct  CopyPass
 A scoped copy pass for uploading CPU data and copying GPU resources. More...
 

Typedefs

typedef struct CommandBuffer CommandBuffer
 
typedef struct CopyPass CopyPass
 
typedef struct QueryPool QueryPool
 

Functions

OBJECTIVELYGPU_EXPORT Class * _CopyPass (void)
 

Detailed Description

CopyPass wraps an SDL_GPUCopyPass for uploading and copying GPU resources.

Typedef Documentation

◆ CommandBuffer

typedef struct CommandBuffer CommandBuffer

◆ CopyPass

typedef struct CopyPass CopyPass

◆ QueryPool

typedef struct QueryPool QueryPool

Function Documentation

◆ _CopyPass()

OBJECTIVELYGPU_EXPORT Class * _CopyPass ( void  )