9 lines
197 B
C
9 lines
197 B
C
#ifndef COPY_PASS_H
|
|
#define COPY_PASS_H
|
|
|
|
#include <SDL3/SDL_gpu.h>
|
|
|
|
SDL_GPUCopyPass* CopyPassBegin(SDL_GPUCommandBuffer* copy_command_buffer);
|
|
void CopyPassEnd(SDL_GPUCopyPass* copy_pass);
|
|
|
|
#endif
|