You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* clear the texture to a stencil of this Uint8 value. Defaults to zero.
2734
2734
* - `SDL_PROP_GPU_TEXTURE_CREATE_NAME_STRING`: a name that can be displayed
2735
2735
* in debugging tools.
2736
+
* - `SDL_PROP_GPU_TEXTURE_CREATE_DXGI_SHARED_HANDLE_POINTER`: a DXGI shared handle associated with the texture, if you want to wrap an existing texture. The texture must have been created with D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX.
2736
2737
*
2737
2738
* \param device a GPU Context.
2738
2739
* \param createinfo a struct describing the state of the texture to create.
0 commit comments