-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
has resolutionIssue is resolved, just needs to be doneIssue is resolved, just needs to be donepresentationPresenting images to surfaces like windows and canvasesPresenting images to surfaces like windows and canvases
Description
As a follow-up to #88, we should start aligning this API closer to upstream.
Switching to a texture from a view is one such step.
typedef WGPUTextureView (*WGPUProcSwapChainGetCurrentTextureView)(WGPUSwapChain swapChain);
Should be:
typedef WGPUTexture (*WGPUProcSwapChainGetCurrentTexture)(WGPUSwapChain swapChain);
tklajnscek, lisanlow, mrshannon and ghishadow
Metadata
Metadata
Assignees
Labels
has resolutionIssue is resolved, just needs to be doneIssue is resolved, just needs to be donepresentationPresenting images to surfaces like windows and canvasesPresenting images to surfaces like windows and canvases