Revision history of "Writing Shaders"

From GiderosMobile

There is no edit history for this page.

This page has been deleted. The deletion, protection, and move log for the page are provided below for reference.

  • 21:01, 5 November 2023 MoKaLux talk contribs deleted page Writing Shaders (content was: "__NOTOC__ '''Parent:''' Shaders<br/> == Shader language == === Description === Shaders can be written in the Shader language for the platform you are coding for: '''GLSL''', '''HLSL''' or '''MTL'''. The Shader API allows the creation of Shader objects from within Lua. Gideros will search the assets for a file with the supplied name, automatically adding the extension relevant for the target platform: *.glsl for OpenGL *.cso or .hlsl for DirectX *.mtl for Metal...")