MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / tex_get_mips

Method tex_get_mips

StereoKit/Native/NativeAPI.cs:214–214  ·  view source on GitHub ↗
(IntPtr texture)

Source from the content-addressed store, hash-verified

212 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_set_anisotropy (IntPtr texture, int anisotropy_level = 4);
213 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int tex_get_anisotropy (IntPtr texture);
214 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int tex_get_mips (IntPtr texture);
215 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_set_loading_fallback(IntPtr texture);
216 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_set_error_fallback (IntPtr texture);
217 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern SphericalHarmonics tex_get_cubemap_lighting(IntPtr cubemap_texture);

Callers 1

TexClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected