SDL 3.0
SDL_GPUTextureCreateInfo Struct Reference

#include <SDL_gpu.h>

Data Fields

SDL_GPUTextureType type
 
SDL_GPUTextureFormat format
 
SDL_GPUTextureUsageFlags usageFlags
 
Uint32 width
 
Uint32 height
 
Uint32 layerCountOrDepth
 
Uint32 levelCount
 
SDL_GPUSampleCount sampleCount
 
SDL_PropertiesID props
 

Detailed Description

Definition at line 693 of file SDL_gpu.h.

Field Documentation

◆ format

SDL_GPUTextureFormat SDL_GPUTextureCreateInfo::format

Definition at line 696 of file SDL_gpu.h.

◆ height

Uint32 SDL_GPUTextureCreateInfo::height

Definition at line 699 of file SDL_gpu.h.

◆ layerCountOrDepth

Uint32 SDL_GPUTextureCreateInfo::layerCountOrDepth

Definition at line 700 of file SDL_gpu.h.

◆ levelCount

Uint32 SDL_GPUTextureCreateInfo::levelCount

Definition at line 701 of file SDL_gpu.h.

◆ props

SDL_PropertiesID SDL_GPUTextureCreateInfo::props

Definition at line 704 of file SDL_gpu.h.

◆ sampleCount

SDL_GPUSampleCount SDL_GPUTextureCreateInfo::sampleCount

Definition at line 702 of file SDL_gpu.h.

◆ type

SDL_GPUTextureType SDL_GPUTextureCreateInfo::type

Definition at line 695 of file SDL_gpu.h.

◆ usageFlags

SDL_GPUTextureUsageFlags SDL_GPUTextureCreateInfo::usageFlags

Definition at line 697 of file SDL_gpu.h.

◆ width

Uint32 SDL_GPUTextureCreateInfo::width

Definition at line 698 of file SDL_gpu.h.


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