Replies: 3 comments 4 replies
-
还有 lua 的二进制错误报告里面有 c 的报错位置
|
Beta Was this translation helpful? Give feedback.
0 replies
-
thread11 上,bgfx 在 frame 时主动退出了。 你可以单独编译 bgfx ,debug 版下 bgfx 初始化时会有一些硬件报告。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@cloudwu
> cd 3rd/bgfx
> make osx-x64-debug
> ./.build/osx-x64/bin/examples.app/Contents/MacOS/examplesDebug 01/20/24 14:19:11 PM
2024-01-20 14:30:11.164 examplesDebug[16519:181249] ../../../src/bgfx.cpp (3559): BGFX Init...
2024-01-20 14:30:11.164 examplesDebug[16519:181249] ../../../src/bgfx.cpp (3566): BGFX Version 1.122.8546 (commit: 878767e751e332309369beecb83e86494f90f8fa)
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1745): BGFX Reset back-buffer swap chain:
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1754): BGFX 1280x720, format: RGBA8, numBackBuffers: 2, maxFrameLatency: 0
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1756): BGFX [ ] MSAAx1
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1757): BGFX [ ] Fullscreen
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1758): BGFX [x] V-sync
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1759): BGFX [ ] Max Anisotropy
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1760): BGFX [ ] Capture
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1761): BGFX [ ] Flush After Render
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1762): BGFX [ ] Flip After Render
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1763): BGFX [ ] sRGB Back Buffer
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1764): BGFX [ ] Transparent Back Buffer
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1765): BGFX [ ] HDR10
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1766): BGFX [ ] Hi-DPI
2024-01-20 14:30:11.167 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1767): BGFX [ ] Depth Clamp
2024-01-20 14:30:11.168 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1768): BGFX [ ] Suspend
2024-01-20 14:30:11.168 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1941): BGFX Application called bgfx::renderFrame directly, not creating render thread.
2024-01-20 14:30:11.168 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1957): BGFX Running in multi-threaded mode
2024-01-20 14:30:11.201 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (453): BGFX Init.
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1583): BGFX
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1587): BGFX Detected GPUs (1):
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1588): BGFX +---------------- Index
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1589): BGFX | +------------- Device ID
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1590): BGFX | | +-------- Vendor ID
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1600): BGFX 0: 0d26 8086
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1603): BGFX
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1606): BGFX GPU device, Device ID: 0d26, Vendor ID: 8086
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1607): BGFX
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1612): BGFX Supported renderer backends (3):
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1615): BGFX - Noop
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1615): BGFX - Metal
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1615): BGFX - Vulkan
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1618): BGFX
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1619): BGFX Sort key masks:
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1620): BGFX View ff00000000000000
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1621): BGFX Draw bit 0080000000000000
2024-01-20 14:30:11.216 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1623): BGFX
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1624): BGFX D Type 0060000000000000
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1626): BGFX
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1627): BGFX D0 Blend 0018000000000000
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1628): BGFX D0 Program 0007fc0000000000
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1629): BGFX D0 Depth 000003fffffffc00
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1631): BGFX
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1632): BGFX D1 Depth 001fffffffe00000
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1633): BGFX D1 Blend 0000000000180000
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1634): BGFX D1 Program 000000000007fc00
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1636): BGFX
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1637): BGFX D2 Seq 001ffffe00000000
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1638): BGFX D2 Blend 0000000180000000
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1639): BGFX D2 Program 000000007fc00000
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1641): BGFX
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1642): BGFX C Seq 007ffff800000000
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1643): BGFX C Program 00000007fc000000
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1645): BGFX
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1650): BGFX Capabilities (renderer Metal, vendor 0x8086, device 0x0d26):
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_ALPHA_TO_COVERAGE
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_BLEND_INDEPENDENT
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_COMPUTE
2024-01-20 14:30:11.217 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [ ] BGFX_CAPS_CONSERVATIVE_RASTER
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_DRAW_INDIRECT
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_FRAGMENT_DEPTH
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [ ] BGFX_CAPS_FRAGMENT_ORDERING
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [ ] BGFX_CAPS_GRAPHICS_DEBUGGER
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [ ] BGFX_CAPS_HDR10
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [ ] BGFX_CAPS_HIDPI
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_IMAGE_RW
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_INDEX32
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_INSTANCING
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_OCCLUSION_QUERY
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_RENDERER_MULTITHREADED
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_SWAP_CHAIN
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_TEXTURE_2D_ARRAY
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_TEXTURE_3D
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_TEXTURE_BLIT
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [ ] BGFX_CAPS_TRANSPARENT_BACKBUFFER
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_TEXTURE_COMPARE_ALL
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_TEXTURE_COMPARE_LEQUAL
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_TEXTURE_CUBE_ARRAY
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [ ] BGFX_CAPS_TEXTURE_DIRECT_ACCESS
2024-01-20 14:30:11.218 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_TEXTURE_READ_BACK
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_VERTEX_ATTRIB_HALF
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_VERTEX_ATTRIB_UINT10
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [x] BGFX_CAPS_VERTEX_ID
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [ ] BGFX_CAPS_PRIMITIVE_ID
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1656): BGFX [ ] BGFX_CAPS_VIEWPORT_LAYER_ARRAY
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1660): BGFX
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1661): BGFX Limits:
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1663): BGFX maxDrawCalls 65535
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1664): BGFX maxBlits 1024
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1665): BGFX maxTextureSize 8192
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1666): BGFX maxTextureLayers 2048
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1667): BGFX maxViews 256
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1668): BGFX maxFrameBuffers 128
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1669): BGFX maxFBAttachments 8
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1670): BGFX maxPrograms 512
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1671): BGFX maxShaders 512
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1672): BGFX maxTextures 4096
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1673): BGFX maxTextureSamplers 16
2024-01-20 14:30:11.219 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1674): BGFX maxComputeBindings 16
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1675): BGFX maxVertexLayouts 64
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1676): BGFX maxVertexStreams 4
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1677): BGFX maxIndexBuffers 4096
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1678): BGFX maxVertexBuffers 4096
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1679): BGFX maxDynamicIndexBuffers 4096
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1680): BGFX maxDynamicVertexBuffers 4096
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1681): BGFX maxUniforms 512
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1682): BGFX maxOcclusionQueries 256
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1683): BGFX maxEncoders 8
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1684): BGFX minResourceCbSize 65536
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1685): BGFX transientVbSize 6291456
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1686): BGFX transientIbSize 2097152
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1689): BGFX
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1690): BGFX Supported texture formats:
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1691): BGFX +---------------- 2D: x = supported / * = emulated
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1692): BGFX |+--------------- 2D: sRGB format
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1693): BGFX ||+-------------- 3D: x = supported / * = emulated
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1694): BGFX |||+------------- 3D: sRGB format
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1695): BGFX ||||+------------ Cube: x = supported / * = emulated
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1696): BGFX |||||+----------- Cube: sRGB format
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1697): BGFX ||||||+---------- vertex format
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1698): BGFX |||||||+--------- image: i = read-write / r = read / w = write
2024-01-20 14:30:11.220 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1699): BGFX ||||||||+-------- framebuffer
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1700): BGFX |||||||||+------- MSAA framebuffer
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1701): BGFX ||||||||||+------ MSAA texture
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1702): BGFX |||||||||||+----- Auto-generated mips
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1703): BGFX |||||||||||| +-- name
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [xlxlxlv ] BC1
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [xlxlxlv ] BC2
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [xlxlxlv ] BC3
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v ] BC4
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v ] BC5
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v ] BC6H
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [xlxlxlv ] BC7
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ETC1
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ETC2
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ETC2A
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ETC2A1
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] PTC12
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] PTC14
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] PTC12A
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] PTC14A
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] PTC22
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] PTC24
2024-01-20 14:30:11.221 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ATC
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ATCE
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ATCI
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC4x4
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC5x4
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC5x5
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC6x5
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC6x6
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC8x5
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC8x6
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC8x8
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC10x5
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC10x6
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC10x8
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC10x10
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC12x10
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * ] ASTC12x12
2024-01-20 14:30:11.222 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [ f+ ] R1
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v ] A8
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] R8
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] R8I
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] R8U
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] R8S
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] R16
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] R16I
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] R16U
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] R16F
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] R16S
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x vif+ ] R32I
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x vif+ ] R32U
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x vif+ ] R32F
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RG8
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] RG8I
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] RG8U
2024-01-20 14:30:11.223 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RG8S
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RG16
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] RG16I
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] RG16U
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RG16F
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RG16S
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f ] RG32I
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f ] RG32U
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] RG32F
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * f+ ] RGB8
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * f+ ] RGB8I
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * f+ ] RGB8U
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [* * * f+ ] RGB8S
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v ] RGB9E5
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [xlxlxlv f+ ] BGRA8
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [xlxlxlv f+ M] RGBA8
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] RGBA8I
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] RGBA8U
2024-01-20 14:30:11.224 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RGBA8S
2024-01-20 14:30:11.225 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RGBA16
2024-01-20 14:30:11.225 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] RGBA16I
2024-01-20 14:30:11.225 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] RGBA16U
2024-01-20 14:30:11.225 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RGBA16F
2024-01-20 14:30:11.225 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RGBA16S
2024-01-20 14:30:11.225 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f M] RGBA32I
2024-01-20 14:30:11.225 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f M] RGBA32U
2024-01-20 14:30:11.225 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RGBA32F
2024-01-20 14:30:11.225 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] B5G6R5
2024-01-20 14:30:11.225 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] R5G6B5
2024-01-20 14:30:11.225 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] BGRA4
2024-01-20 14:30:11.225 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RGBA4
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] BGR5A1
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RGB5A1
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RGB10A2
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ M] RG11B10F
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] D16
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] D24
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] D24S8
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] D32
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] D16F
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] D24F
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] D32F
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1725): BGFX [x x x v f+ ] D0S8
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1730): BGFX
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1734): BGFX NDC depth [0, 1], origin top left.
2024-01-20 14:30:11.226 examplesDebug[16519:181249] ../../../src/bgfx.cpp (1736): BGFX
2024-01-20 14:30:11.227 examplesDebug[16519:181249] ../../../src/bgfx_p.h (4935): BGFX Creating uniform (handle 0) `s_texColor`, num 1
2024-01-20 14:30:11.227 examplesDebug[16519:181249] ../../../src/bgfx_p.h (4935): BGFX Creating uniform (handle 1) `bgfx_clear_depth`, num 1
2024-01-20 14:30:11.227 examplesDebug[16519:181249] ../../../src/bgfx_p.h (4935): BGFX Creating uniform (handle 2) `bgfx_clear_color`, num 1
2024-01-20 14:30:11.227 examplesDebug[16519:181249] ../../../src/bgfx_p.h (4912): BGFX Resize uniform (handle 2) `bgfx_clear_color`, num 2
2024-01-20 14:30:11.227 examplesDebug[16519:181249] ../../../src/bgfx_p.h (4912): BGFX Resize uniform (handle 2) `bgfx_clear_color`, num 3
2024-01-20 14:30:11.228 examplesDebug[16519:181249] ../../../src/bgfx_p.h (4912): BGFX Resize uniform (handle 2) `bgfx_clear_color`, num 4
2024-01-20 14:30:11.228 examplesDebug[16519:181249] ../../../src/bgfx_p.h (4912): BGFX Resize uniform (handle 2) `bgfx_clear_color`, num 5
2024-01-20 14:30:11.228 examplesDebug[16519:181249] ../../../src/bgfx_p.h (4912): BGFX Resize uniform (handle 2) `bgfx_clear_color`, num 6
2024-01-20 14:30:11.228 examplesDebug[16519:181249] ../../../src/bgfx_p.h (4912): BGFX Resize uniform (handle 2) `bgfx_clear_color`, num 7
2024-01-20 14:30:11.228 examplesDebug[16519:181249] ../../../src/bgfx_p.h (4912): BGFX Resize uniform (handle 2) `bgfx_clear_color`, num 8
2024-01-20 14:30:11.248 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2885): BGFX Texture 0: R8 (requested: R8), layers 1, 2048x24 RT[ ], WO[ ], CW[ ], sRGB[ ]
2024-01-20 14:30:11.248 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Vertex Shader consts 1
2024-01-20 14:30:11.248 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Fragment Shader consts 3
2024-01-20 14:30:11.248 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_color0: 0
2024-01-20 14:30:11.248 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_color1: 1
2024-01-20 14:30:11.248 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_position: 2
2024-01-20 14:30:11.248 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_texcoord0: 3
2024-01-20 14:30:11.248 examplesDebug[16519:181185] ../../../src/bgfx.cpp (546): BGFX VertexLayout 74c34f26 (d443ed7f), stride 28
2024-01-20 14:30:11.248 examplesDebug[16519:181185] ../../../src/bgfx.cpp (566): BGFX attr 0: Attrib::Position num 3, type 4, norm [ ], asint [ ], offset 0
2024-01-20 14:30:11.248 examplesDebug[16519:181185] ../../../src/bgfx.cpp (566): BGFX attr 4: Attrib::Color0 num 4, type 0, norm [x], asint [ ], offset 12
2024-01-20 14:30:11.248 examplesDebug[16519:181185] ../../../src/bgfx.cpp (566): BGFX attr 5: Attrib::Color1 num 4, type 0, norm [x], asint [ ], offset 16
2024-01-20 14:30:11.249 examplesDebug[16519:181185] ../../../src/bgfx.cpp (566): BGFX attr 10: Attrib::TexCoord0 num 2, type 4, norm [ ], asint [ ], offset 20
2024-01-20 14:30:11.249 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Vertex Shader consts 1
2024-01-20 14:30:11.249 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Fragment Shader consts 1
2024-01-20 14:30:11.249 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_position: 0
2024-01-20 14:30:11.249 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Fragment Shader consts 1
2024-01-20 14:30:11.249 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_position: 0
2024-01-20 14:30:11.249 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Fragment Shader consts 1
2024-01-20 14:30:11.249 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_position: 0
2024-01-20 14:30:11.249 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Fragment Shader consts 1
2024-01-20 14:30:11.249 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_position: 0
2024-01-20 14:30:11.249 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Fragment Shader consts 1
2024-01-20 14:30:11.249 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_position: 0
2024-01-20 14:30:11.250 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Fragment Shader consts 1
2024-01-20 14:30:11.250 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_position: 0
2024-01-20 14:30:11.250 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Fragment Shader consts 1
2024-01-20 14:30:11.250 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_position: 0
2024-01-20 14:30:11.250 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Fragment Shader consts 1
2024-01-20 14:30:11.250 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_position: 0
2024-01-20 14:30:11.250 examplesDebug[16519:181185] ../../../src/bgfx.cpp (546): BGFX VertexLayout aaaa40da (e0896034), stride 8
2024-01-20 14:30:11.250 examplesDebug[16519:181185] ../../../src/bgfx.cpp (566): BGFX attr 0: Attrib::Position num 2, type 4, norm [ ], asint [ ], offset 0
2024-01-20 14:30:11.250 examplesDebug[16519:181249] ../../../src/bgfx.cpp (3573): BGFX Init complete.
2024-01-20 14:30:11.250 examplesDebug[16519:181249] ../../../src/bgfx_p.h (4935): BGFX Creating uniform (handle 3) `s_tex`, num 1
2024-01-20 14:30:11.251 examplesDebug[16519:181249] ../../../src/bgfx_p.h (4935): BGFX Creating uniform (handle 4) `u_imageLodEnabled`, num 1
2024-01-20 14:30:11.302 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Vertex Shader consts 1
2024-01-20 14:30:11.303 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Fragment Shader consts 3
2024-01-20 14:30:11.303 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_color0: 0
2024-01-20 14:30:11.303 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_position: 1
2024-01-20 14:30:11.303 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_texcoord0: 2
2024-01-20 14:30:11.303 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Vertex Shader consts 1
2024-01-20 14:30:11.303 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2613): BGFX Fragment Shader consts 4
2024-01-20 14:30:11.303 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_position: 0
2024-01-20 14:30:11.303 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2705): BGFX attr a_texcoord0: 1
2024-01-20 14:30:11.303 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2885): BGFX Texture 1: BGRA8 (requested: BGRA8), layers 1, 1024x1024 RT[ ], WO[ ], CW[ ], sRGB[ ]
2024-01-20 14:30:11.311 examplesDebug[16519:181185] ../../../src/bgfx.cpp (546): BGFX VertexLayout 93597fa9 (21d0cb5a), stride 20
2024-01-20 14:30:11.311 examplesDebug[16519:181185] ../../../src/bgfx.cpp (566): BGFX attr 0: Attrib::Position num 2, type 4, norm [ ], asint [ ], offset 0
2024-01-20 14:30:11.311 examplesDebug[16519:181185] ../../../src/bgfx.cpp (566): BGFX attr 4: Attrib::Color0 num 4, type 0, norm [x], asint [ ], offset 16
2024-01-20 14:30:11.312 examplesDebug[16519:181185] ../../../src/bgfx.cpp (566): BGFX attr 10: Attrib::TexCoord0 num 2, type 4, norm [ ], asint [ ], offset 8
2024-01-20 14:30:11.313 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2297): BGFX attrib: a_color0 format: 9 offset: 16
2024-01-20 14:30:11.313 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2297): BGFX attrib: a_position format: 29 offset: 0
2024-01-20 14:30:11.313 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2297): BGFX attrib: a_texcoord0 format: 29 offset: 8
2024-01-20 14:30:11.313 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (1950): BGFX arg: vertexBuffer.0 type:0
2024-01-20 14:30:11.314 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (1950): BGFX arg: _mtl_u type:0
2024-01-20 14:30:11.314 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (1976): BGFX uniform: u_viewProj type:15
2024-01-20 14:30:11.314 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (1950): BGFX arg: s_tex type:2
2024-01-20 14:30:11.314 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2067): BGFX texture s_tex 3 index:0
2024-01-20 14:30:11.314 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (1950): BGFX arg: s_texSampler type:3
2024-01-20 14:30:11.314 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2077): BGFX sampler: s_texSampler index:0
2024-01-20 14:30:11.314 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2297): BGFX attrib: a_color0 format: 9 offset: 12
2024-01-20 14:30:11.314 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2297): BGFX attrib: a_color1 format: 9 offset: 16
2024-01-20 14:30:11.314 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2297): BGFX attrib: a_position format: 30 offset: 0
2024-01-20 14:30:11.314 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2297): BGFX attrib: a_texcoord0 format: 29 offset: 20
2024-01-20 14:30:11.315 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (1950): BGFX arg: vertexBuffer.0 type:0
2024-01-20 14:30:11.315 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (1950): BGFX arg: _mtl_u type:0
2024-01-20 14:30:11.315 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (1976): BGFX uniform: u_modelViewProj type:15
2024-01-20 14:30:11.315 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (1950): BGFX arg: s_texColor type:2
2024-01-20 14:30:11.315 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2067): BGFX texture s_texColor 0 index:0
2024-01-20 14:30:11.315 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (1950): BGFX arg: s_texColorSampler type:3
2024-01-20 14:30:11.315 examplesDebug[16519:181185] ../../../src/renderer_mtl.mm (2077): BGFX sampler: s_texColorSampler index:0
2024-01-20 14:30:14.266 examplesDebug[16519:181249] ../../../src/bgfx.cpp (3611): BGFX Shutdown...
2024-01-20 14:30:14.271 examplesDebug[16519:181249] ../../../src/bgfx.cpp (3620): BGFX Shutdown complete. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
根据 #18 修改后可以正常编译,但是执行 simple 会出现 sRGB not supported 和 RGBA8 is not supoort,感觉是 bgfx 在 macosx 上是不是只支持 BGRA 之类的纹理
Beta Was this translation helpful? Give feedback.
All reactions