SDL 3.0
SDL_GPUColorAttachmentInfo Struct Reference

#include <SDL_gpu.h>

+ Collaboration diagram for SDL_GPUColorAttachmentInfo:

Data Fields

SDL_GPUTexturetexture
 
Uint32 mipLevel
 
Uint32 layerOrDepthPlane
 
SDL_FColor clearColor
 
SDL_GPULoadOp loadOp
 
SDL_GPUStoreOp storeOp
 
SDL_bool cycle
 

Detailed Description

Definition at line 809 of file SDL_gpu.h.

Field Documentation

◆ clearColor

SDL_FColor SDL_GPUColorAttachmentInfo::clearColor

Definition at line 817 of file SDL_gpu.h.

◆ cycle

SDL_bool SDL_GPUColorAttachmentInfo::cycle

Definition at line 845 of file SDL_gpu.h.

◆ layerOrDepthPlane

Uint32 SDL_GPUColorAttachmentInfo::layerOrDepthPlane

Definition at line 814 of file SDL_gpu.h.

◆ loadOp

SDL_GPULoadOp SDL_GPUColorAttachmentInfo::loadOp

Definition at line 831 of file SDL_gpu.h.

◆ mipLevel

Uint32 SDL_GPUColorAttachmentInfo::mipLevel

Definition at line 813 of file SDL_gpu.h.

◆ storeOp

SDL_GPUStoreOp SDL_GPUColorAttachmentInfo::storeOp

Definition at line 842 of file SDL_gpu.h.

◆ texture

SDL_GPUTexture* SDL_GPUColorAttachmentInfo::texture

Definition at line 812 of file SDL_gpu.h.


The documentation for this struct was generated from the following file: