Euphoria
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 123]
 Neu
 Nassertlib
 Ncolors
 Nconvert
 Ncore
 CImageA simple sRGB(A) image
 CLoadedFont
 CLoadedGlyph
 CPixelColorA simple integer sRGBA color
 Nhues
 Nkk
 Nlog
 CLoggerLogger output class
 CScopedLoggerRAII handler to change the current Logger class
 Nrender
 CBaseTextureBase class for all textures, but only exist due to code reuse and can easily be inlined
 CBoundFboRaii class to render to a FrameBuffer
 CBoundUniformBuffer
 CCompiledGeomVertexAttributesA list of CompiledVertexLayoutNoNameList (for geom)
 CCompiledShaderVertexAttributesA list of CompiledVertexElement (for shader)
 CCompiledUniformPropA compiled uniform buffer property that can be used in a shader
 CCompiledVertexElementA realized VertexElementDescription like vec3 position at gl shader position 3
 CCompiledVertexElementNoNameA realized VertexElementDescription without name like vec3 at gl shader position 3
 CCompiledVertexTypeListA mapping of the vertex type (position...) to the actual shader id (for more than one shader)
 CDrawableFont
 CDrawableText
 CFrameBuffer"render to texture" feature
 CGlyph
 CInputCommand
 CInstancePropA property for a shader used in instanced rendering
 CLayer
 CLayoutData
 CLerpData
 CListOfTextDrawCommands
 COpenglStatesA "cache" for the current open gl state
 CQuad
 CRender2
 CRenderCommand
 CRenderLayer2
 CRenderLayer3
 CRotateQuad
 CShaderProgramRAII representation of a open gl shader program
 CSpriteBatch
 CStateChangerA helper class to change both the opengl state and the cache
 CTextDrawCommand
 CTexture2dA 2d image texture
 CTextureCubemapA cubemap texture
 CUniformRepresents a found shader uniform and created via ShaderProgram::GetUniform()
 CUniformBuffer
 CUniformBufferCompiler
 CUniformBufferSetup
 CUniformPropInternal
 CVertex2
 CVertexElementDescriptionA not-yet-realised binding to a shader variable like vec3 position
 CAAAxis + Angle
 CAnAn angle in both degrees and radians
 CColorRepresents a color with an alpha component. The color is stored in gamma (non-linear) space (aka sRGB)
 CGuidRepresents a universally unique identifier
 CHshHash of a non-owning string
 CHshOHash of an owning string
 CHslRepresents a color in the sRGB color space
 CLin_rgbRepresents a linear sRGB color
 CLrtbOffset from sides
 Cm44x4 matrix
 CMemoryChunk
 CMemoryChunkData
 Cn22d unit (vector)
 Cn33d unit (vector)
 COkHslRepresents a color in the OKhsl color space
 COkHsvRepresents a color in the OKhsv color space
 COkLabRepresents a color in the OKlab color space
 COkLchRepresents a color in the OKlch color space
 CQA quaternion representing a rotation in 3d
 CRA (inclusive) range between two values
 CRect
 CRgbRepresents color in gamma (non-linear) space (aka sRGB)
 CSizeSize
 Cv22d vector
 Cv33d vector
 Cv4A 4d vector
 CYprYaw + pitch + roll
 Nstd