Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Reaction_Interactive · Apr 19, 2019 at 05:15 PM · shadersmobileoptimizationvertex shaderpixel-lightingpixel light

Does pixel shaders behave like vertex shaders when pixel light count is set to 0 from quality settings ?

I have some objects using pixel shaders in my scene and some vertex shaders. As I am planning to make an android game I wanted all my shaders to behave as vertex shaders. Does changing the value of pixel light count from quality settings to 0 makes the pixel shaders behave as vertex shaders?

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by DiegoSLTS · Apr 19, 2019 at 05:22 PM

I'm not sure what you mean by pixel shaders "behaving as" vertex shaders. vertex shadres and pixel shaders do different stuff, vertex shaders process vertex data from meshes you draw, pixel/fragment shaders process fragment data produced by the GPU resterizer. The code you write for a pixel shader runs at a pixel shader processor after the rasterization, it can't run in the vertex processors, it uses different input data and produces different output data.

Comment
Add comment · Show 5 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Reaction_Interactive · Apr 19, 2019 at 05:29 PM 0
Share

So what does the pixel lights do? Do they have nothing to do with the shaders used ??

avatar image DiegoSLTS Reaction_Interactive · Apr 19, 2019 at 05:39 PM 0
Share

Here are some examples comparing pixel and vertex lights, maybe this will answer your question: https://unity3d.college/2017/07/06/pixel-vertex-lights-unity3d/

What I meant with my answer is that it's not clear what mean by "behaves as". Shaders do other stuff apart from light computations. Built-in shaders are writen to support different configurations of Pixel and Vertex lights count. If you set all your lights as vertex lights, the pixel shaders have to run anyway, they have to do all the other stuff anyway.

avatar image Reaction_Interactive DiegoSLTS · Apr 19, 2019 at 06:13 PM 0
Share

Yes, I did read about that, but that makes me think that only built-in shaders are able to use the benefits of pixel light count setting, am I right? I also knew that shaders will do what they have to do anyway, but after reading about the pixel light count setting it confused me...

Show more comments

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

114 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Mobile performance of splat map shader with distance blending 0 Answers

How to Mask Vertex Animation? 0 Answers

vertex and geometry shader change with distance 0 Answers

Custom vertex/fragment shader, renders box around point light at the edge of it's range. How can I fix this? 0 Answers

How to reuse HLSL shader code? 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges