Remove Engineering Remove Shaders Remove Texture
article thumbnail

Cocos Creator 3.8 Post-Process Shader Writing (2/2) Advanced

Cocos

Preface In the last article , Kylin shared how to add your own post-effect Shader in the custom render pipeline in Cocos Creator 3.8. However, based on the BlitScreen solution, we can only write the simplest post-effect Shader. Today Kylin will use Gaussian blur to demonstrate how to write a multi-pass post-effect shader.

Shaders 98
article thumbnail

Potential of shader graph and VFX graph in Unity 

iXie gaming

Ever since its release in 2005, the game engine has seen several iterations and has evolved significantly over the years. The game engine has amassed popularity thanks to its versatility and ease of use compared to other engines in the market. Unity is synonymous with game developers around the world. Let’s find out.

Shaders 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Practical Use of Render Textures

The Knights of Unity

Unity Engine introduces an awesome tools to empower your game development process. And even before an era of SRPs (Scriptable Render Pipelines), there was a good amount of solid features like today’s topic: Render textures. In this post I’m going to explain to you how to use render textures in your game. Portal Texture.

Texture 52
article thumbnail

Stacking Shaders: Problem with 'new EffectAsset' in code

Cocos

For example, I just can say I had to figure out s**t like this (and more): type error: Error EFX3302: illegal property declaration for 'texture': **non-array for buffer members** If you search with a search engine for “ non-array for buffer members ” on the internet you’ll find absolutely nothing. Extremely tired now.

Code 52
article thumbnail

Stacking Shaders: Problem with 'new EffectAsset' in code

Cocos

For example, I just can say I had to figure out s**t like this (and more): type error: Error EFX3302: illegal property declaration for 'texture': **non-array for buffer members** If you search with a search engine for “ non-array for buffer members ” on the internet you’ll find absolutely nothing. Extremely tired now.

Code 52
article thumbnail

Improve Shader Performance and In-Game Frame Rates with Shader Execution Reordering 

Nvidia

NVIDIA recently introduced a new feature available in the next generation of GPUs: Shader execution reordering (SER). NVIDIA recently introduced a new feature available in the next generation of GPUs: Shader execution reordering (SER). For more information, see the Shader Execution Reordering whitepaper.

article thumbnail

Enhancing Mobile Game Performance: Essential VFX Techniques for Visual Excellence 

iXie gaming

Techniques such as using lower-resolution textures, controlling particle spawn rates, and optimizing the lifespan of particles can significantly reduce the load on the GPU. Utilizing Shaders Wisely Shaders are powerful tools that can enhance the visual quality of a game, but they can also be demanding on mobile devices.