Skip to content

Commit 5d079c9

Browse files
committed
GPU: Remove bogus property from header docs
1 parent d590e1f commit 5d079c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/SDL3/SDL_gpu.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2417,9 +2417,6 @@ extern SDL_DECLSPEC SDL_GPUShader *SDLCALL SDL_CreateGPUShader(
24172417
* There are optional properties that can be provided through
24182418
* SDL_GPUTextureCreateInfo's `props`. These are the supported properties:
24192419
*
2420-
* - `SDL_PROP_PROCESS_CREATE_ARGS_POINTER`: an array of strings containing
2421-
* the program to run, any arguments, and a NULL pointer, e.g. const char
2422-
* *args[] = { "myprogram", "argument", NULL }. This is a required property.
24232420
* - `SDL_PROP_GPU_TEXTURE_CREATE_D3D12_CLEAR_R_FLOAT`: (Direct3D 12 only) if
24242421
* the texture usage is SDL_GPU_TEXTUREUSAGE_COLOR_TARGET, clear the texture
24252422
* to a color with this red intensity. Defaults to zero.

0 commit comments

Comments
 (0)