SDL 3.0
SDL_GPUComputePipelineCreateInfo Struct Reference

#include <SDL_gpu.h>

Data Fields

size_t codeSize
 
const Uint8code
 
const char * entryPointName
 
SDL_GPUShaderFormat format
 
Uint32 readOnlyStorageTextureCount
 
Uint32 readOnlyStorageBufferCount
 
Uint32 writeOnlyStorageTextureCount
 
Uint32 writeOnlyStorageBufferCount
 
Uint32 uniformBufferCount
 
Uint32 threadCountX
 
Uint32 threadCountY
 
Uint32 threadCountZ
 
SDL_PropertiesID props
 

Detailed Description

Definition at line 791 of file SDL_gpu.h.

Field Documentation

◆ code

const Uint8* SDL_GPUComputePipelineCreateInfo::code

Definition at line 794 of file SDL_gpu.h.

◆ codeSize

size_t SDL_GPUComputePipelineCreateInfo::codeSize

Definition at line 793 of file SDL_gpu.h.

◆ entryPointName

const char* SDL_GPUComputePipelineCreateInfo::entryPointName

Definition at line 795 of file SDL_gpu.h.

◆ format

SDL_GPUShaderFormat SDL_GPUComputePipelineCreateInfo::format

Definition at line 796 of file SDL_gpu.h.

◆ props

SDL_PropertiesID SDL_GPUComputePipelineCreateInfo::props

Definition at line 806 of file SDL_gpu.h.

◆ readOnlyStorageBufferCount

Uint32 SDL_GPUComputePipelineCreateInfo::readOnlyStorageBufferCount

Definition at line 798 of file SDL_gpu.h.

◆ readOnlyStorageTextureCount

Uint32 SDL_GPUComputePipelineCreateInfo::readOnlyStorageTextureCount

Definition at line 797 of file SDL_gpu.h.

◆ threadCountX

Uint32 SDL_GPUComputePipelineCreateInfo::threadCountX

Definition at line 802 of file SDL_gpu.h.

◆ threadCountY

Uint32 SDL_GPUComputePipelineCreateInfo::threadCountY

Definition at line 803 of file SDL_gpu.h.

◆ threadCountZ

Uint32 SDL_GPUComputePipelineCreateInfo::threadCountZ

Definition at line 804 of file SDL_gpu.h.

◆ uniformBufferCount

Uint32 SDL_GPUComputePipelineCreateInfo::uniformBufferCount

Definition at line 801 of file SDL_gpu.h.

◆ writeOnlyStorageBufferCount

Uint32 SDL_GPUComputePipelineCreateInfo::writeOnlyStorageBufferCount

Definition at line 800 of file SDL_gpu.h.

◆ writeOnlyStorageTextureCount

Uint32 SDL_GPUComputePipelineCreateInfo::writeOnlyStorageTextureCount

Definition at line 799 of file SDL_gpu.h.


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