Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfranx/SHADERed
/ functions
Functions
3,948 in github.com/dfranx/SHADERed
⨍
Functions
3,948
◇
Types & classes
961
↓ 4 callers
Method
SetDistance
src/SHADERed/Objects/ArcBallCamera.cpp:19
↓ 4 callers
Method
SetKeysWASD
src/SHADERed/Objects/SystemVariableManager.h:102
↓ 4 callers
Method
SetMouse
src/SHADERed/Objects/SystemVariableManager.h:98
↓ 4 callers
Method
SetOwner
src/SHADERed/UI/CreateItemUI.cpp:724
↓ 4 callers
Method
SetRoll
src/SHADERed/Objects/ArcBallCamera.cpp:51
↓ 4 callers
Method
SetVertexShaderInput
src/SHADERed/Objects/DebugInformation.cpp:1501
↓ 4 callers
Method
SetViewportSize
src/SHADERed/Objects/SystemVariableManager.h:96
↓ 4 callers
Method
StartMouseAction
src/SHADERed/UI/Tools/Magnifier.cpp:88
↓ 4 callers
Method
Step
src/SHADERed/Objects/DebugInformation.cpp:2569
↓ 4 callers
Method
StepInto
src/SHADERed/Objects/DebugInformation.cpp:2582
↓ 4 callers
Method
Yaw
src/SHADERed/Objects/ArcBallCamera.cpp:27
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
libs/json/include/nlohmann/detail/input/parser.hpp:145
↓ 4 callers
Method
binary
libs/json/include/nlohmann/detail/input/json_sax.hpp:674
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
libs/json/single_include/nlohmann/json.hpp:18725
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
libs/json/include/nlohmann/json.hpp:4719
↓ 4 callers
Function
createLines
src/SHADERed/UI/Debug/VectorWatchUI.cpp:44
↓ 4 callers
Function
createResponse
libs/cppdap/src/session_test.cpp:120
↓ 4 callers
Function
dds_calculate_left_shift
libs/misc/dds.c:11
↓ 4 callers
Function
destroy
libs/json/include/nlohmann/json.hpp:1132
↓ 4 callers
Function
escape
escape "~" to "~0" and "/" to "~1"
libs/json/single_include/nlohmann/json.hpp:10924
↓ 4 callers
Function
find_chars_or_comment
Return pointer to first char (of chars) or inline comment in given string, or pointer to null at end of string if neither found. Inline comment mus
libs/misc/INIReader.h:143
↓ 4 callers
Function
get8_packet_raw
libs/misc/stb_vorbis.c:1554
↓ 4 callers
Function
getPixelID
src/SHADERed/InterfaceManager.cpp:29
↓ 4 callers
Function
getSectionIndent
src/SHADERed/Objects/Export/ExportCPP.cpp:28
↓ 4 callers
Function
getShaderFilename
src/SHADERed/Objects/Export/ExportCPP.cpp:72
↓ 4 callers
Function
get_arithmetic_value
libs/json/single_include/nlohmann/json.hpp:2899
↓ 4 callers
Function
get_arithmetic_value
libs/json/include/nlohmann/detail/conversions/from_json.hpp:41
↓ 4 callers
Method
get_binary
libs/json/include/nlohmann/detail/input/binary_reader.hpp:2363
↓ 4 callers
Function
get_range_offset_and_length
libs/misc/httplib.h:3471
↓ 4 callers
Method
get_string
libs/json/single_include/nlohmann/json.hpp:7013
↓ 4 callers
Method
get_string
libs/json/include/nlohmann/detail/input/binary_reader.hpp:2330
↓ 4 callers
Function
insertSection
src/SHADERed/Objects/Export/ExportCPP.cpp:42
↓ 4 callers
Function
insert_iterator
libs/json/single_include/nlohmann/json.hpp:19619
↓ 4 callers
Function
insert_iterator
libs/json/include/nlohmann/json.hpp:5631
↓ 4 callers
Function
is_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
libs/json/single_include/nlohmann/json.hpp:16653
↓ 4 callers
Function
is_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
libs/json/include/nlohmann/json.hpp:2517
↓ 4 callers
Function
is_reserved_identifier
libs/SPIRVCross/spirv_cross_parsed_ir.cpp:193
↓ 4 callers
Function
is_space_or_tab
libs/misc/httplib.h:1665
↓ 4 callers
Method
key
return the key of an object iterator
libs/json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:105
↓ 4 callers
Function
little_endianess
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
libs/json/include/nlohmann/detail/input/binary_reader.hpp:43
↓ 4 callers
Method
lock
libs/cppdap/src/socket.cpp:126
↓ 4 callers
Method
node_terminates_control_flow_in_sub_graph
libs/SPIRVCross/spirv_cfg.cpp:278
↓ 4 callers
Method
object
libs/cppdap/src/rapid_json_serializer.cpp:224
↓ 4 callers
Function
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/json/include/nlohmann/detail/iterators/iter_impl.hpp:317
↓ 4 callers
Function
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/json/include/nlohmann/detail/iterators/iter_impl.hpp:360
↓ 4 callers
Function
pipe
libs/cppdap/src/io.cpp:215
↓ 4 callers
Function
read_headers
libs/misc/httplib.h:2738
↓ 4 callers
Function
redirect
libs/misc/httplib.h:3130
↓ 4 callers
Method
registerSentHandler
libs/cppdap/include/dap/session.h:328
↓ 4 callers
Function
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
libs/json/single_include/nlohmann/json.hpp:10912
↓ 4 callers
Function
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all occu
libs/json/include/nlohmann/detail/string_escape.hpp:24
↓ 4 callers
Function
rstrip
Strip whitespace chars off end of given string, in place. Return s. */
libs/misc/INIReader.h:124
↓ 4 callers
Method
scalar_u16
libs/SPIRVCross/spirv_common.hpp:1187
↓ 4 callers
Method
scan
libs/json/single_include/nlohmann/json.hpp:8527
↓ 4 callers
Function
sed_mz_zip_reader_file_stat
libs/misc/zip_file.hpp:3452
↓ 4 callers
Function
sed_mz_zip_writer_init
libs/misc/zip_file.hpp:4025
↓ 4 callers
Function
sed_tdefl_flush_block
libs/misc/zip_file.hpp:2215
↓ 4 callers
Function
select_write
libs/misc/httplib.h:1824
↓ 4 callers
Method
set_end
set iterator to a defined past the end
libs/json/include/nlohmann/detail/iterators/primitive_iterator.hpp:45
↓ 4 callers
Function
setup_temp_malloc
libs/misc/stb_vorbis.c:954
↓ 4 callers
Function
skip
libs/misc/stb_vorbis.c:1371
↓ 4 callers
Function
stbi__bitcount
libs/misc/stb_image.h:5087
↓ 4 callers
Function
stbi__bitcount
bin/data/export/cpp/stb_image.h:5332
↓ 4 callers
Function
stbi__cleanup_jpeg
clean up the temporary component buffers
libs/misc/stb_image.h:3618
↓ 4 callers
Function
stbi__cleanup_jpeg
clean up the temporary component buffers
bin/data/export/cpp/stb_image.h:3792
↓ 4 callers
Function
stbi__compute_y_16
libs/misc/stb_image.h:1626
↓ 4 callers
Function
stbi__compute_y_16
bin/data/export/cpp/stb_image.h:1652
↓ 4 callers
Function
stbi__end_write_file
libs/misc/stb_image_write.h:336
↓ 4 callers
Function
stbi__extend_receive
combined JPEG 'receive' and JPEG 'extend', since baseline always extends everything it receives.
libs/misc/stb_image.h:1966
↓ 4 callers
Function
stbi__extend_receive
combined JPEG 'receive' and JPEG 'extend', since baseline always extends everything it receives.
bin/data/export/cpp/stb_image.h:2050
↓ 4 callers
Function
stbi__high_bit
returns 0..31 for the highest set bit
libs/misc/stb_image.h:5075
↓ 4 callers
Function
stbi__high_bit
returns 0..31 for the highest set bit
bin/data/export/cpp/stb_image.h:5308
↓ 4 callers
Function
stbi__jpeg_get_bit
libs/misc/stb_image.h:1993
↓ 4 callers
Function
stbi__jpeg_get_bit
bin/data/export/cpp/stb_image.h:2077
↓ 4 callers
Function
stbi__load_and_postprocess_8bit
libs/misc/stb_image.h:1120
↓ 4 callers
Function
stbi__load_and_postprocess_8bit
bin/data/export/cpp/stb_image.h:1106
↓ 4 callers
Function
stbi__malloc_mad2
mallocs with size overflow checking
libs/misc/stb_image.h:950
↓ 4 callers
Function
stbi__malloc_mad2
mallocs with size overflow checking
bin/data/export/cpp/stb_image.h:936
↓ 4 callers
Function
stbi__readval
libs/misc/stb_image.h:6012
↓ 4 callers
Function
stbi__readval
bin/data/export/cpp/stb_image.h:6279
↓ 4 callers
Function
stbi__shiftsigned
extract an arbitrarily-aligned N-bit value (N=bits) from v, and then make it 8-bits long and fractionally extend it to full full range.
libs/misc/stb_image.h:5100
↓ 4 callers
Function
stbi__shiftsigned
extract an arbitrarily-aligned N-bit value (N=bits) from v, and then make it 8-bits long and fractionally extend it to full full range.
bin/data/export/cpp/stb_image.h:5345
↓ 4 callers
Function
stbi__start_write_file
libs/misc/stb_image_write.h:329
↓ 4 callers
Function
stbi__tga_get_comp
returns STBI_rgb or whatever, 0 on error
libs/misc/stb_image.h:5395
↓ 4 callers
Function
stbi__tga_get_comp
returns STBI_rgb or whatever, 0 on error
bin/data/export/cpp/stb_image.h:5674
↓ 4 callers
Function
stbi__vertical_flip
libs/misc/stb_image.h:1082
↓ 4 callers
Function
stbi__vertical_flip
bin/data/export/cpp/stb_image.h:1068
↓ 4 callers
Function
stbi__zget8
libs/misc/stb_image.h:3955
↓ 4 callers
Function
stbi__zget8
bin/data/export/cpp/stb_image.h:4147
↓ 4 callers
Function
stbir__add_empty_ring_buffer_entry
libs/misc/stb_image_resize.h:1416
↓ 4 callers
Function
stbir__get_contributors
libs/misc/stb_image_resize.h:908
↓ 4 callers
Function
stbir__get_filter_pixel_width
This is the maximum number of input samples that can affect an output sample with the given filter
libs/misc/stb_image_resize.h:882
↓ 4 callers
Function
stbir__saturate
libs/misc/stb_image_resize.h:571
↓ 4 callers
Function
vorbis_deinit
libs/misc/stb_vorbis.c:4234
↓ 4 callers
Function
vorbis_find_page
libs/misc/stb_vorbis.c:4588
↓ 4 callers
Method
what
returns the explanatory string
libs/json/single_include/nlohmann/json.hpp:1868
↓ 4 callers
Function
write_content
libs/misc/httplib.h:2967
↓ 4 callers
Method
write_format
libs/misc/httplib.h:4027
↓ 3 callers
Method
AddItemVariableValue
src/SHADERed/Objects/RenderEngine.h:89
↓ 3 callers
Method
AddShaderPass
src/SHADERed/Objects/PipelineManager.cpp:158
← previous
next →
501–600 of 3,948, ranked by callers