MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / GLFormat

Method GLFormat

Siv3D/src/Siv3D/TextureFormat/SivTextureFormat.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 int32 TextureFormat::GLFormat() const noexcept
239 {
240 return detail::TextureFormatPropertytable[FromEnum(m_value)].GLFormat;
241 }
242
243 int32 TextureFormat::GLType() const noexcept
244 {

Callers 8

GL4TextureMethod · 0.80
fillMethod · 0.80
fillRegionMethod · 0.80
readRTMethod · 0.80
GLES3TextureMethod · 0.80
fillMethod · 0.80
fillRegionMethod · 0.80
readRTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected