Skip to content

Add support for binding to a multisampled framebuffer#24

Open
brackeen wants to merge 1 commit into
ollix:masterfrom
brackeen:sampleCount
Open

Add support for binding to a multisampled framebuffer#24
brackeen wants to merge 1 commit into
ollix:masterfrom
brackeen:sampleCount

Conversation

@brackeen

Copy link
Copy Markdown

This allows binding to a multisampled framebuffer, useful for drawing 3D content with MetalNanoVG.

Example:

id<MTLTexture> renderTargetTexture; // Texture where sampleCount > 1
NVGcontext *nvg;
...
MNVGframebuffer framebuffer;
framebuffer.ctx = nvg;
framebuffer.image = mnvgCreateImageFromHandle(nvg, (__bridge void *)renderTargetTexture, 0);
mnvgBindFramebuffer(&framebuffer);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant