Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Angelo1211/HybridRenderingEngine
/ functions
Functions
2,763 in github.com/Angelo1211/HybridRenderingEngine
⨍
Functions
2,763
◇
Types & classes
1,006
Method
fetch
libs/gli/core/convert_func.hpp:403
Method
fetch
libs/gli/core/convert_func.hpp:421
Method
fetch
libs/gli/core/convert_func.hpp:446
Method
fetch
libs/gli/core/convert_func.hpp:471
Method
fetch
libs/gli/core/convert_func.hpp:489
Method
fetch
libs/gli/core/convert_func.hpp:507
Method
fetch
libs/gli/core/convert_func.hpp:551
Method
fetch
libs/gli/core/convert_func.hpp:595
Method
fetch
libs/gli/core/convert_func.hpp:639
Method
fetch
libs/gli/core/convert_func.hpp:683
Method
fetch
libs/gli/core/convert_func.hpp:727
Method
fetch
libs/gli/core/convert_func.hpp:771
Method
fetch
libs/gli/core/convert_func.hpp:820
Method
fill_buffer_utf16
libs/nlohmann/json.hpp:2013
Method
fill_buffer_utf32
libs/nlohmann/json.hpp:2069
Function
flatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @param[in,out]
libs/nlohmann/json.hpp:10985
Function
from_cbor
! @brief create a JSON value from an input in CBOR format Deserializes a given input @a i to a JSON value using the CBOR (Concise Binary
libs/nlohmann/json.hpp:17763
Method
from_json
libs/nlohmann/json.hpp:11117
Function
from_msgpack
! @brief create a JSON value from an input in MessagePack format Deserializes a given input @a i to a JSON value using the MessagePack se
libs/nlohmann/json.hpp:17866
Function
from_ubjson
! @brief create a JSON value from an input in UBJSON format Deserializes a given input @a i to a JSON value using the UBJSON (Universal B
libs/nlohmann/json.hpp:17948
Function
front
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.
libs/nlohmann/json.hpp:14557
Method
frustrumCulling
------------------------------------------------------------- TODO TODO TODO TODO TODO TODO TODO
src/scene.cpp:471
Method
genTextureDirectlyOnGPU
src/texture.cpp:228
Method
generateEnvironmentMaps
TODO move the fixed size somewhere else
src/scene.cpp:429
Function
generate_mipmaps_1d
libs/gli/core/mipmaps_compute.hpp:9
Function
generate_mipmaps_2d
libs/gli/core/mipmaps_compute.hpp:44
Function
generate_mipmaps_3d
libs/gli/core/mipmaps_compute.hpp:80
Method
get
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
libs/nlohmann/json.hpp:6781
Method
getCurrentBlockIndex
libs/assimp/include/assimp/IOStreamBuffer.h:231
Method
getFileExtension
Get index location of last dot. Return empty sentinel if no dot can be found
src/fileManager.cpp:36
Method
getFilePos
libs/assimp/include/assimp/IOStreamBuffer.h:237
Method
getLogSeverity
---------------------------------------------------------------------------------- Log severity getter
libs/assimp/include/assimp/Logger.hpp:247
Method
getNextBlock
libs/assimp/include/assimp/IOStreamBuffer.h:335
Method
getNextDataLine
libs/assimp/include/assimp/IOStreamBuffer.h:243
Method
getNextLine
libs/assimp/include/assimp/IOStreamBuffer.h:295
Method
getNumBlocks
libs/assimp/include/assimp/IOStreamBuffer.h:225
Method
getOsSeparator
-------------------------------------------------------------------
libs/assimp/include/assimp/BlobIOSystem.h:288
Method
getOsSeparator
------------------------------------------------------------------- Returns the directory separator. */
libs/assimp/include/assimp/MemoryIOWrapper.h:168
Method
getPitch
Transform from cartesian to spherical, used in the first setup of yaw and pitch Since the incoming target and position values are being read from an u
src/camera.cpp:73
Method
getSize
---------------------------------------------------------------------------------- Returns size of file in bytes
libs/assimp/include/assimp/irrXMLWrapper.h:131
Method
getVisiblemodels
This is definitely getting refactored out on the model loading / mesh / material system rewrite This is what I thought you had to do for all classes b
src/scene.cpp:235
Method
getYaw
src/camera.cpp:76
Function
get_allocator
! @brief returns the allocator associated with the container */
libs/nlohmann/json.hpp:11360
Method
get_base_address
Base addresses of each images of a texture.
libs/gli/texture.hpp:257
Method
get_cbor_array
! @param[in] len the length of the array or std::size_t(-1) for an array of indefinite size @return whether array creatio
libs/nlohmann/json.hpp:6971
Method
get_cbor_float_prefix
libs/nlohmann/json.hpp:8552
Method
get_cbor_object
! @param[in] len the length of the object or std::size_t(-1) for an object of indefinite size @return whether object crea
libs/nlohmann/json.hpp:7005
Method
get_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
libs/nlohmann/json.hpp:6882
Method
get_character
libs/nlohmann/json.hpp:1965
Method
get_character
libs/nlohmann/json.hpp:1988
Method
get_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
libs/nlohmann/json.hpp:2386
Method
get_decimal_point
return the locale-dependent decimal point
libs/nlohmann/json.hpp:2360
Method
get_extent
In texels
libs/gli/texture.hpp:263
Function
get_filter
libs/gli/core/filter_compute.hpp:357
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
libs/nlohmann/json.hpp:6790
Method
get_index
libs/assimp/include/assimp/LineSplitter.h:261
Method
get_memory_size
In bytes
libs/gli/texture.hpp:269
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
libs/nlohmann/json.hpp:7136
Method
get_msgpack_float_prefix
libs/nlohmann/json.hpp:8562
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
libs/nlohmann/json.hpp:7158
Method
get_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
libs/nlohmann/json.hpp:7060
Method
get_number
libs/nlohmann/json.hpp:6814
Function
get_proc
libs/glad/glad.c:124
Function
get_ptr
libs/nlohmann/json.hpp:13774
Function
get_qnan
--------------------------------------------------------------------------- @brief Get a fresh qnan. */
libs/assimp/include/assimp/qnan.h:160
Function
get_ref
libs/nlohmann/json.hpp:13851
Function
get_ref_impl
libs/nlohmann/json.hpp:13532
Method
get_token
get next token from lexer
libs/nlohmann/json.hpp:4885
Method
get_token_string
! @return a string representation of the last read byte */
libs/nlohmann/json.hpp:7613
Method
get_tokens
libs/assimp/include/assimp/LineSplitter.h:225
Method
get_ubjson_array
! @return whether array creation completed */
libs/nlohmann/json.hpp:7464
Method
get_ubjson_float_prefix
libs/nlohmann/json.hpp:8572
Method
get_ubjson_object
! @return whether object creation completed */
libs/nlohmann/json.hpp:7526
Method
get_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
libs/nlohmann/json.hpp:7329
Method
get_ubjson_size_value
! @param[out] result determined size @return whether size determination completed */
libs/nlohmann/json.hpp:7252
Method
get_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
libs/nlohmann/json.hpp:7198
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
libs/nlohmann/json.hpp:7368
Method
glCheckError_
Determine what OpenGL error you are facing specifically
src/debugUtils.cpp:13
Function
gladLoadGL
libs/glad/glad.c:145
Function
glm_f32vec4 glm_vec1_add
libs/glm/simd/common.h:15
Function
glm_f32vec4 glm_vec1_div
libs/glm/simd/common.h:45
Function
glm_f32vec4 glm_vec1_fma
libs/glm/simd/common.h:64
Function
glm_f32vec4 glm_vec1_mul
libs/glm/simd/common.h:35
Function
glm_f32vec4 glm_vec1_sqrt_lowp
libs/glm/simd/exponential.h:10
Function
glm_f32vec4 glm_vec1_sub
libs/glm/simd/common.h:25
Function
glm_f32vec4 glm_vec4_abs
libs/glm/simd/common.h:82
Function
glm_f32vec4 glm_vec4_add
libs/glm/simd/common.h:10
Function
glm_f32vec4 glm_vec4_div
libs/glm/simd/common.h:40
Function
glm_f32vec4 glm_vec4_div_lowp
libs/glm/simd/common.h:50
Function
glm_f32vec4 glm_vec4_fma
libs/glm/simd/common.h:73
Function
glm_f32vec4 glm_vec4_mul
libs/glm/simd/common.h:30
Function
glm_f32vec4 glm_vec4_sqrt_lowp
libs/glm/simd/exponential.h:15
Function
glm_f32vec4 glm_vec4_sub
libs/glm/simd/common.h:20
Function
glm_f32vec4 glm_vec4_swizzle_xyzw
libs/glm/simd/common.h:55
Function
glm_i128_interleave
libs/glm/simd/integer.h:8
Function
glm_i128_interleave2
libs/glm/simd/integer.h:62
Function
glm_ivec4_abs
libs/glm/simd/common.h:87
Function
glm_mat4_add
libs/glm/simd/matrix.h:18
Function
glm_mat4_determinant
libs/glm/simd/matrix.h:446
Function
glm_mat4_determinant_highp
libs/glm/simd/matrix.h:169
← previous
next →
1,801–1,900 of 2,763, ranked by callers