can vsg::DescriptorImage generate mipmap automatically? #847
Answered
by
vsg-dev
orchidshelley
asked this question in
Q&A
-
If I used Does it can generate mipmap automatically? If it doesn't, What should I do? Can you give me some code as an example? thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
vsg-dev
Jun 12, 2023
Replies: 1 comment
-
The VSG will generated mipmaps when required for you based if the vsg::Sampler setting indicates it's required and there no mipmaps provided by the vsg::Data. The will be done as part of the work the VSG does to transfer data from main memory to the GPU memory. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vsg-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The VSG will generated mipmaps when required for you based if the vsg::Sampler setting indicates it's required and there no mipmaps provided by the vsg::Data. The will be done as part of the work the VSG does to transfer data from main memory to the GPU memory.