MCPcopy Create free account

hub / github.com/StereoKit/StereoKit / functions

Functions5,740 in github.com/StereoKit/StereoKit

↓ 1 callersMethodsk_shutdown
()
StereoKit/Native/NativeAPI.cs:17
↓ 1 callersFunctionsk_shutdown_unsafe
StereoKitC/stereokit.cpp:289
↓ 1 callersMethodsk_step
([MarshalAs(UnmanagedType.FunctionPtr)] Action app_update)
StereoKit/Native/NativeAPI.cs:20
↓ 1 callersFunctionsk_step_begin
StereoKitC/stereokit.cpp:324
↓ 1 callersMethodsk_system_info
()
StereoKit/Native/NativeAPI.cs:26
↓ 1 callersFunctionsk_use_manual_pos
StereoKitC/stereokit.cpp:569
↓ 1 callersMethodsk_version_id
()
StereoKit/Native/NativeAPI.cs:28
↓ 1 callersMethodsk_version_name
()
StereoKit/Native/NativeAPI.cs:27
↓ 1 callersFunctionskg_adapter_name
StereoKitC/libraries/sk_gpu.h:950
↓ 1 callersFunctionskg_buffer_type_to_gl
StereoKitC/libraries/sk_gpu.h:4869
↓ 1 callersFunctionskg_callback_log
StereoKitC/libraries/sk_gpu.h:5034
↓ 1 callersFunctionskg_can_make_mips
StereoKitC/libraries/sk_gpu.h:2068
↓ 1 callersFunctionskg_col_hcy128
Reference from here https://www.chilliant.com/rgb2hsv.html
StereoKitC/libraries/sk_gpu.h:5182
↓ 1 callersFunctionskg_col_helix128
Reference here: http://www.mrao.cam.ac.uk/~dag/CUBEHELIX/
StereoKitC/libraries/sk_gpu.h:5262
↓ 1 callersFunctionskg_col_hsl128
StereoKitC/libraries/sk_gpu.h:5152
↓ 1 callersFunctionskg_col_hsv128
Reference from here: http://lolengine.net/blog/2013/07/27/rgb-to-hsv-in-glsl
StereoKitC/libraries/sk_gpu.h:5124
↓ 1 callersFunctionskg_col_jab128
StereoKitC/libraries/sk_gpu.h:5345
↓ 1 callersFunctionskg_col_jsl128
StereoKitC/libraries/sk_gpu.h:5381
↓ 1 callersFunctionskg_col_lab128
StereoKitC/libraries/sk_gpu.h:5403
↓ 1 callersFunctionskg_col_lch128
Reference from here: https://www.easyrgb.com/en/math.php
StereoKitC/libraries/sk_gpu.h:5218
↓ 1 callersFunctionskg_init
StereoKitC/libraries/sk_gpu.h:799
↓ 1 callersFunctionskg_make_mips
StereoKitC/libraries/sk_gpu.h:2090
↓ 1 callersFunctionskg_mesh_destroy
StereoKitC/libraries/sk_gpu.h:1365
↓ 1 callersFunctionskg_mesh_name
StereoKitC/libraries/sk_gpu.h:1326
↓ 1 callersFunctionskg_pipeline_name
StereoKitC/libraries/sk_gpu.h:1652
↓ 1 callersFunctionskg_pipeline_set_cull
StereoKitC/libraries/sk_gpu.h:1694
↓ 1 callersFunctionskg_pipeline_set_depth_test
StereoKitC/libraries/sk_gpu.h:1712
↓ 1 callersFunctionskg_pipeline_set_depth_write
StereoKitC/libraries/sk_gpu.h:1703
↓ 1 callersFunctionskg_pipeline_set_transparency
StereoKitC/libraries/sk_gpu.h:1685
↓ 1 callersFunctionskg_pipeline_set_wireframe
StereoKitC/libraries/sk_gpu.h:1721
↓ 1 callersFunctionskg_read_file
StereoKitC/libraries/sk_gpu.h:5060
↓ 1 callersFunctionskg_shader_file_load
StereoKitC/libraries/sk_gpu.h:5484
↓ 1 callersFunctionskg_shader_get_var_count
StereoKitC/libraries/sk_gpu.h:5775
↓ 1 callersFunctionskg_shader_meta_get_bind
StereoKitC/libraries/sk_gpu.h:5648
↓ 1 callersFunctionskg_shader_meta_get_var_count
StereoKitC/libraries/sk_gpu.h:5664
↓ 1 callersFunctionskg_shader_meta_get_var_info
StereoKitC/libraries/sk_gpu.h:5692
↓ 1 callersFunctionskg_shader_name
StereoKitC/libraries/sk_gpu.h:1493
↓ 1 callersFunctionskg_shutdown
StereoKitC/libraries/sk_gpu.h:956
↓ 1 callersFunctionskg_swapchain_bind
StereoKitC/libraries/sk_gpu.h:1889
↓ 1 callersFunctionskg_swapchain_present
StereoKitC/libraries/sk_gpu.h:1876
↓ 1 callersFunctionskg_tex_copy_to_swapchain
StereoKitC/libraries/sk_gpu.h:2005
↓ 1 callersFunctionskg_tex_create_from_layer
StereoKitC/libraries/sk_gpu.h:1926
↓ 1 callersFunctionskg_tex_get_mip_contents
StereoKitC/libraries/sk_gpu.h:2396
↓ 1 callersFunctionskg_tex_get_native
StereoKitC/libraries/sk_gpu.h:2497
↓ 1 callersFunctionskg_tex_name
StereoKitC/libraries/sk_gpu.h:1963
↓ 1 callersFunctionskg_viewport_get
StereoKitC/libraries/sk_gpu.h:1089
↓ 1 callersFunctionskt_lighting_clear_lights
Examples/StereoKitCTest/skt_lighting.cpp:159
↓ 1 callersFunctionskt_lighting_get_color
Examples/StereoKitCTest/skt_lighting.cpp:170
↓ 1 callersFunctionskt_lighting_get_pos
Examples/StereoKitCTest/skt_lighting.cpp:168
↓ 1 callersFunctionskt_lighting_init
Examples/StereoKitCTest/skt_lighting.cpp:52
↓ 1 callersFunctionskt_lighting_set_pos
Examples/StereoKitCTest/skt_lighting.cpp:167
↓ 1 callersFunctionskt_lighting_shutdown
Examples/StereoKitCTest/skt_lighting.cpp:58
↓ 1 callersFunctionskt_lighting_step
Examples/StereoKitCTest/skt_lighting.cpp:65
↓ 1 callersMethodsolid_add_box
(IntPtr solid, in Vec3 dimensions, float kilograms, in Vec3 offset)
StereoKit/Native/NativeAPI.cs:328
↓ 1 callersMethodsolid_add_capsule
(IntPtr solid, float diameter, float height, float kilograms, in Vec3 offset)
StereoKit/Native/NativeAPI.cs:329
↓ 1 callersMethodsolid_add_sphere
(IntPtr solid, float diameter, float kilograms, in Vec3 offset)
StereoKit/Native/NativeAPI.cs:327
↓ 1 callersMethodsolid_create
(in Vec3 position, in Quat rotation, SolidType type = SolidType.Normal)
StereoKit/Native/NativeAPI.cs:323
↓ 1 callersFunctionsolid_destroy
StereoKitC/systems/physics.cpp:149
↓ 1 callersMethodsolid_get_id
(IntPtr solid)
StereoKit/Native/NativeAPI.cs:326
↓ 1 callersFunctionsolid_move
StereoKitC/systems/physics.cpp:238
↓ 1 callersMethodsolid_move
(IntPtr solid, in Vec3 position, in Quat rotation)
StereoKit/Native/NativeAPI.cs:332
↓ 1 callersMethodsolid_release
(IntPtr solid)
StereoKit/Native/NativeAPI.cs:324
↓ 1 callersMethodsolid_set_enabled
(IntPtr solid, [MarshalAs(UnmanagedType.Bool)] bool enabled)
StereoKit/Native/NativeAPI.cs:331
↓ 1 callersMethodsolid_set_id
(IntPtr solid, string id)
StereoKit/Native/NativeAPI.cs:325
↓ 1 callersFunctionsolid_set_type
StereoKitC/systems/physics.cpp:201
↓ 1 callersMethodsolid_set_type
(IntPtr solid, SolidType type)
StereoKit/Native/NativeAPI.cs:330
↓ 1 callersMethodsolid_set_velocity
(IntPtr solid, in Vec3 meters_per_second)
StereoKit/Native/NativeAPI.cs:334
↓ 1 callersMethodsolid_set_velocity_ang
(IntPtr solid, in Vec3 radians_per_second)
StereoKit/Native/NativeAPI.cs:335
↓ 1 callersMethodsolid_teleport
(IntPtr solid, in Vec3 position, in Quat rotation)
StereoKit/Native/NativeAPI.cs:333
↓ 1 callersMethodsound_create
([In] byte[] filename_utf8)
StereoKit/Native/NativeAPI.cs:506
↓ 1 callersMethodsound_create_samples
([In] float[] samples_at_48000s, ulong sample_count)
StereoKit/Native/NativeAPI.cs:508
↓ 1 callersFunctionsound_create_stream
StereoKitC/asset_types/sound.cpp:70
↓ 1 callersMethodsound_create_stream
(float buffer_duration)
StereoKit/Native/NativeAPI.cs:507
↓ 1 callersMethodsound_cursor_samples
(IntPtr sound)
StereoKit/Native/NativeAPI.cs:516
↓ 1 callersFunctionsound_destroy
StereoKitC/asset_types/sound.cpp:272
↓ 1 callersMethodsound_duration
(IntPtr sound)
StereoKit/Native/NativeAPI.cs:518
↓ 1 callersMethodsound_find
(string id)
StereoKit/Native/NativeAPI.cs:503
↓ 1 callersMethodsound_generate
([MarshalAs(UnmanagedType.FunctionPtr)] AudioGenerator function, float duration)
StereoKit/Native/NativeAPI.cs:509
↓ 1 callersMethodsound_get_id
(IntPtr sound)
StereoKit/Native/NativeAPI.cs:505
↓ 1 callersMethodsound_inst_get_pos
(SoundInst sound_inst)
StereoKit/Native/NativeAPI.cs:525
↓ 1 callersMethodsound_inst_get_volume
(SoundInst sound_inst)
StereoKit/Native/NativeAPI.cs:527
↓ 1 callersFunctionsound_inst_is_playing
StereoKitC/asset_types/sound.cpp:296
↓ 1 callersMethodsound_inst_is_playing
(SoundInst sound_inst)
StereoKit/Native/NativeAPI.cs:522
↓ 1 callersMethodsound_inst_set_pos
(SoundInst sound_inst, Vec3 pos)
StereoKit/Native/NativeAPI.cs:524
↓ 1 callersMethodsound_inst_set_volume
(SoundInst sound_inst, float volume)
StereoKit/Native/NativeAPI.cs:526
↓ 1 callersFunctionsound_inst_stop
StereoKitC/asset_types/sound.cpp:286
↓ 1 callersMethodsound_inst_stop
(SoundInst sound_inst)
StereoKit/Native/NativeAPI.cs:521
↓ 1 callersMethodsound_play
(IntPtr sound, Vec3 at, float volume)
StereoKit/Native/NativeAPI.cs:517
↓ 1 callersMethodsound_set_id
(IntPtr sound, string id)
StereoKit/Native/NativeAPI.cs:504
↓ 1 callersMethodsound_total_samples
(IntPtr sound)
StereoKit/Native/NativeAPI.cs:515
↓ 1 callersFunctionsound_unread_samples
StereoKitC/asset_types/sound.cpp:173
↓ 1 callersMethodsound_unread_samples
(IntPtr sound)
StereoKit/Native/NativeAPI.cs:514
↓ 1 callersFunctionsound_write_samples
StereoKitC/asset_types/sound.cpp:115
↓ 1 callersMethodsphere_point_contains
(Sphere sphere, Vec3 pt)
StereoKit/Native/NativeAPI.cs:87
↓ 1 callersFunctionsprite_addref
StereoKitC/asset_types/sprite.cpp:165
↓ 1 callersFunctionsprite_buffer_ensure_capacity
StereoKitC/systems/sprite_drawer.cpp:31
↓ 1 callersMethodsprite_create
(IntPtr sprite, SpriteType type = SpriteType.Atlased, string atlas_id = "default")
StereoKit/Native/NativeAPI.cs:423
↓ 1 callersMethodsprite_create_file
([In] byte[] filename_utf8, SpriteType type = SpriteType.Atlased, string atlas_id = "default")
StereoKit/Native/NativeAPI.cs:424
↓ 1 callersFunctionsprite_destroy
StereoKitC/asset_types/sprite.cpp:203
↓ 1 callersFunctionsprite_drawer_add
StereoKitC/systems/sprite_drawer.cpp:58
← previousnext →2,101–2,200 of 5,740, ranked by callers