Unit 'libSDL3' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_sdl]

TSDL_GPUComputePipelineCreateInfo

Declaration

Source position: libsdl3.pas line 4587

type TSDL_GPUComputePipelineCreateInfo = record

  code_size: Tsize_t;

  

  code: PUint8;

  

  entrypoint: Pansichar;

  

  format: TSDL_GPUShaderFormat;

  

  num_samplers: TUint32;

  

  num_readonly_storage_textures: TUint32;

  

  num_readonly_storage_buffers: TUint32;

  

  num_readwrite_storage_textures: TUint32;

  

  num_readwrite_storage_buffers: TUint32;

  

  num_uniform_buffers: TUint32;

  

  threadcount_x: TUint32;

  

  threadcount_y: TUint32;

  

  threadcount_z: TUint32;

  

  props: TSDL_PropertiesID;

  

end;



CT Web help

CodeTyphon Studio