mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-23 13:09:11 +00:00
Rename SDL_SetGPURenderStateFragmentUniformData() to SDL_SetGPURenderStateFragmentUniforms()
This commit is contained in:
parent
96194347bc
commit
02faa8f75c
7 changed files with 9 additions and 9 deletions
|
@ -2751,7 +2751,7 @@ SDL_COMPILE_TIME_ASSERT(SDL_GPURenderStateDesc_SIZE,
|
|||
* \since This struct is available since SDL 3.4.0.
|
||||
*
|
||||
* \sa SDL_CreateGPURenderState
|
||||
* \sa SDL_SetGPURenderStateFragmentUniformData
|
||||
* \sa SDL_SetGPURenderStateFragmentUniforms
|
||||
* \sa SDL_SetRenderGPUState
|
||||
* \sa SDL_DestroyGPURenderState
|
||||
*/
|
||||
|
@ -2768,7 +2768,7 @@ typedef struct SDL_GPURenderState SDL_GPURenderState;
|
|||
*
|
||||
* \since This function is available since SDL 3.4.0.
|
||||
*
|
||||
* \sa SDL_SetGPURenderStateFragmentUniformData
|
||||
* \sa SDL_SetGPURenderStateFragmentUniforms
|
||||
* \sa SDL_SetRenderGPUState
|
||||
* \sa SDL_DestroyGPURenderState
|
||||
*/
|
||||
|
@ -2790,7 +2790,7 @@ extern SDL_DECLSPEC SDL_GPURenderState * SDLCALL SDL_CreateGPURenderState(SDL_Re
|
|||
*
|
||||
* \since This function is available since SDL 3.4.0.
|
||||
*/
|
||||
extern SDL_DECLSPEC bool SDLCALL SDL_SetGPURenderStateFragmentUniformData(SDL_GPURenderState *state, Uint32 slot_index, const void *data, Uint32 length);
|
||||
extern SDL_DECLSPEC bool SDLCALL SDL_SetGPURenderStateFragmentUniforms(SDL_GPURenderState *state, Uint32 slot_index, const void *data, Uint32 length);
|
||||
|
||||
/**
|
||||
* Set custom GPU render state.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue