mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-06-08 03:13:52 +00:00
Added setTexture view API. (#3728)
This commit is contained in:
committed by
GitHub
parent
69615a9a51
commit
11151de78d
@@ -454,7 +454,8 @@ Textures
|
||||
|
||||
Bind textures to texture stages for draw calls.
|
||||
|
||||
.. doxygenfunction:: bgfx::setTexture
|
||||
.. doxygenfunction:: bgfx::setTexture(uint8_t _stage, UniformHandle _sampler, TextureHandle _handle, uint32_t _flags = UINT32_MAX)
|
||||
.. doxygenfunction:: bgfx::setTexture(uint8_t _stage, UniformHandle _sampler, TextureHandle _handle, uint16_t _firstLayer, uint16_t _numLayers, uint8_t _firstMip, uint8_t _numMips, uint32_t _flags = UINT32_MAX)
|
||||
|
||||
Uniforms
|
||||
********
|
||||
|
||||
Reference in New Issue
Block a user