geometry shader demo #947
Answered
by
JackyLucifer
JackyLucifer
asked this question in
Q&A
-
Can you provide an example of a geometry shader |
Beta Was this translation helpful? Give feedback.
Answered by
JackyLucifer
Feb 29, 2024
Replies: 2 comments 1 reply
-
Asking others to do work for you isn't a Q&A topic. Please realize members of the VSG community are busy and we can't freely respond to requests. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Writing geometry shaders with VSG is a simple addition of code for the
geometry stage. do be aware, however, that you need to enable this:
windowTraits->deviceFeatures->get().geometryShader = VK_TRUE;
…-don
On Wed, Aug 30, 2023 at 1:08 AM Robert Osfield ***@***.***> wrote:
Asking others to do work for you isn't a Q&A topic. Please realize members
of the VSG community are busy and we can't freely respond to requests.
—
Reply to this email directly, view it on GitHub
<#947 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABF6TST27IOH4KDFBD5FTX3XX3YF7ANCNFSM6AAAAAA4D5QGVU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
最新版本要在设置 meshshader true之后
再设置windowTraits->deviceFeatures->get().geometryShader = VK_TRUE;
否则无效